Boxed
interface Boxed<ActualWrapper : Boxed<ActualWrapper, BackingField>, BackingField> : Reconstructable<ActualWrapper, BackingField>
Interface for assisting value class operations.
Parameters
Actual Wrapper
Type of the value class
that implements this interface.
Backing Field
Type of the Boxed.value that is stored in the value class. (e.g. kotlin.Double)