PropertyWatcherDelegate2
class PropertyWatcherDelegate2<V0, V1, R>(toWatch0: KProperty0<V0>, toWatch1: KProperty0<V1>, valueChangedEvent: Event<R>? = null, cleaner: (R) -> Unit? = null, function: (V0, V1) -> R)(source)
Property watcher delegate
Since
0.4.3
See also
Constructors
Link copied to clipboard
constructor(toWatch0: KProperty0<V0>, toWatch1: KProperty0<V1>, valueChangedEvent: Event<R>? = null, cleaner: (R) -> Unit? = null, function: (V0, V1) -> R)