MutablePropertyDelegate

Provides efficient access to a mutable dynamic property.

Functions

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