RedirectMutableField

class RedirectMutableField<V>(val redirect: KMutableProperty0<V>)

Constructors

Link copied to clipboard
constructor(redirect: KMutableProperty0<V>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline operator fun getValue(thisRef: Any?, property: KProperty<*>): V
Link copied to clipboard
inline operator fun setValue(thisRef: Any?, property: KProperty<*>, value: V)