SimplePropertyDelegate

class SimplePropertyDelegate<T>(property: Property<T>) : ReadWriteProperty<Any?, T>

Constructors

Link copied to clipboard
constructor(property: Property<T>)

Functions

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