Binds this instance to get changes to listenable when they occur.
Binds this instance to get changes to listenable when they occur.
what to bind to
Binds this instance to get changes to listenable when they occur and are converted through the
conversion implicit function to represent the correct value.
Binds this instance to get changes to listenable when they occur and are converted through the
conversion implicit function to represent the correct value.
what to bind to
Allows single instantiation of a listener listening to multiple Listenables simultaneously.
Allows single instantiation of a listener listening to multiple Listenables simultaneously.
Convenience method for Listenable.multiple.
Adds change listeners to the Listenables to invoke the supplied function immediately when a change occurs.
Adds change listeners to the Listenables to invoke the supplied function immediately when a change occurs.
Convenience method for Listenable.onChange.
Unbinds this instance from changes occurring on listenable when they occur.
Unbinds this instance from changes occurring on listenable when they occur.
to unbind from
Bindable is an inheritable trait on mutable objects that allows binding to Listenable objects to reflect the changes back to the Bindable.