C class

SingletonProxy

extends Object with Product

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

Supertypes

Object, Product

Constructors

SingletonProxy

( value: AnyRef )

Members

type 

MirroredElemLabels

 = Unit

The names of the product elements

The names of the product elements

type 

MirroredElemTypes

 = Unit

type 

MirroredMonoType

 = value.type

The mirrored *-type

The mirrored *-type

type 

MirroredType

 = value.type

val 

value

: AnyRef

def 

fromProduct

( p: Product ) : MirroredMonoType

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.