operator fun <T> Property<T>.getValue(receiver: Any?, property: KProperty<*>): T
Provides 'get' functional extension for the Property object. |
|
operator fun <T> Property<T>.setValue(receiver: Any?, property: KProperty<*>, value: T): Unit
Provides 'set' functional extension for the Property object. |