Properties

Link copied to clipboard

Function reference to the constructor of the value class.

Link copied to clipboard
abstract val times: Merge<BackingField>
Link copied to clipboard
abstract val value: BackingField

The backing field that is wrapped in the value class.

Functions

Link copied to clipboard
open fun merge(other: ActualWrapper, transform: Merge<BackingField>): ActualWrapper

Merges this Boxed instance with another Boxed instance to create a new instance of the same type.

Link copied to clipboard
open operator fun times(other: ActualWrapper): ActualWrapper