Computed

class Computed<K : Computed.WithParent<K>, T>(val prop: KProperty1<K, T?>, val default: () -> T)

Constructors

Link copied to clipboard
constructor(prop: KProperty1<K, T?>, default: () -> T)

Types

Link copied to clipboard
interface WithParent<T>

Properties

Link copied to clipboard
val default: () -> T
Link copied to clipboard
val prop: KProperty1<K, T?>

Functions

Link copied to clipboard
operator fun getValue(thisRef: K?, p: KProperty<*>): T