DelegatedProperty

abstract class DelegatedProperty<T>

Constructors

Link copied to clipboard
constructor()

Functions

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