LazyDelegate

class LazyDelegate<T>(val propRef: () -> KMutableProperty0<T>)

Constructors

Link copied to clipboard
constructor(propRef: () -> KMutableProperty0<T>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun getValue(obj: Any, prop: KProperty<*>): T
Link copied to clipboard
operator fun setValue(obj: Any, prop: KProperty<*>, value: T)