SingletonProxy

class SingletonProxy(val value: AnyRef) extends Product

A proxy for Scala 2 singletons, which do not inherit Singleton directly

Source:
Mirror.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

The names of the product elements

The names of the product elements

Source:
Mirror.scala

The mirrored *-type

The mirrored *-type

Source:
Mirror.scala

Inherited types

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Source:
Mirror.scala

Concrete fields