SingletonProxy
extends Object with ProductA proxy for Scala 2 singletons, which do not inherit Singleton
directly
Supertypes
Object, ProductConstructors
SingletonProxy
( value: AnyRef )Members
type
MirroredElemLabels
= UnitThe names of the product elements
The names of the product elements
type
MirroredElemTypes
= Unit
type
MirroredMonoType
= value.typeThe mirrored *-type
The mirrored *-type
type
MirroredType
= value.type
val
value
: AnyRef
def
fromProduct
( p: Product ) : MirroredMonoTypeCreate 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
.