Value

abstract inner class Value<out A>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val result: A

Functions

Link copied to clipboard
operator fun getValue(value: Nothing?, property: KProperty<*>): A