PropertyWatcherDelegate

class PropertyWatcherDelegate<V, R>(property: KProperty0<V>, valueChangedEvent: Event<R>? = null, cleaner: (R) -> Unit? = null, val function: (V) -> R)(source)

Property watcher delegate

Since

0.4.3

See also

Constructors

Link copied to clipboard
constructor(property: KProperty0<V>, valueChangedEvent: Event<R>? = null, cleaner: (R) -> Unit? = null, function: (V) -> R)

Properties

Link copied to clipboard
val function: (V) -> R

Functions

Link copied to clipboard
operator fun getValue(any: Any?, property: KProperty<*>): R