Observable Property
A synchronous property delegate accessor.
NOTE: DeferredObservableProperty is the asynchronous variation lacking initial value.
Types
This interface is used to provide custom equality for various ObservableProperty operators like ObservableProperty.map and ObservableProperty.filter.
Implemented by listeners to ObservableProperty value changes.
Functions
Add a ValueChangeListener for value change on this property.
Remove a ValueChangeListener from listeners to value change on this property.
Properties
Inheritors
Extensions
Conversion method to asynchronous DeferredObservableProperty.
A filter function applied to each element collected from the ObservableProperty.
Keep each non-null element collected from the ObservableProperty.
A mapping function applied to each element collected from the ObservableProperty to return another ObservableProperty.
A mapping function applied to each element collected from the ObservableProperty.