LxReactiveWatchExtensions<T> extension

Shorthand extensions for creating watchers on any reactive source.

on

Methods

listen(void callback(T value)) LxWorker<T>

Available on LxReactive<T>, provided by the LxReactiveWatchExtensions extension

Executes callback whenever this reactive value changes.