Boxed

Interface for assisting value class operations.

Parameters

ActualWrapper

Type of the value class that implements this interface.

BackingField

Type of the Boxed.value that is stored in the value class. (e.g. kotlin.Double)

Inheritors

Properties

Link copied to clipboard

Function reference to the constructor of the value class.

Link copied to clipboard
abstract val value: BackingField

The backing field that is wrapped in the value class.