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.

Functions

Link copied to clipboard
open infix fun map(transform: (BackingField) -> BackingField): ActualWrapper

Applies some transform to the BackingField and reconstructs the ActualWrapper.