final object ValueClasses

Methods that apply to user-defined value classes

Constructors

Members

[+] def evt2u ( d: ClassDenotation ) ( implicit ctx: Context ) : Symbol

For a value class d, this returns the synthetic cast from ErasedValueType to the underlying type defined in the companion module. This method is added... [ExtensionMethods]

For a value class d, this returns the synthetic cast from ErasedValueType to the underlying type defined in the companion module. This method is added to the module and further described in [[ExtensionMethods]].

[+] def isCyclic ( cls: ClassSymbol ) ( implicit ctx: Context ) : Boolean

Whether a value class wraps itself

Whether a value class wraps itself

[+] def isDerivedValueClass ( d: SymDenotation ) ( implicit ctx: Context ) : Boolean
[+] def isMethodWithExtension ( d: SymDenotation ) ( implicit ctx: Context ) : Boolean
[+] def u2evt ( d: ClassDenotation ) ( implicit ctx: Context ) : Symbol

For a value class d, this returns the synthetic cast from the underlying type to ErasedValueType defined in the companion module. This method is added... [ExtensionMethods]

For a value class d, this returns the synthetic cast from the underlying type to ErasedValueType defined in the companion module. This method is added to the module and further described in [[ExtensionMethods]].

[+] def underlyingOfValueClass ( d: ClassDenotation ) ( implicit ctx: Context ) : Type

The unboxed type that underlies a derived value class

The unboxed type that underlies a derived value class

[+] def valueClassUnbox ( d: ClassDenotation ) ( implicit ctx: Context ) : Symbol

The member that of a derived value class that unboxes it.

The member that of a derived value class that unboxes it.