KReadWriteProperty

A delegate interface extending from KReadOnlyProperty and providing setValue.

Functions

Link copied to clipboard
open operator override fun provideDelegate(thisRef: T, property: KProperty<*>): ReadWriteProperty<T, V>
Link copied to clipboard
abstract fun setValue(thisRef: T, property: KProperty<*>, value: V)