ReadOnlyPropertyInitializedObservable
A BaseInitializedObservable that matches its value to a ReadOnlyProperty. When the ReadOnlyProperty updates, changes to the property are not immediately delegated back to the observable. Use a Flow based observable if synchronized values are required.
Parameters
The ReadOnlyProperty to track.
The ObservationInitialized to handle observation.
Type Parameters
the type of value to expect.
Constructors
Properties
The current value T or null being observed
The initial ObservableOptional value of T.
A ReadOnlyProperty of T
Functions
Creates an observation that calls onNext each time a new value is observed until the resulting Disposable is disposed
Observes WithState of a nullable value on the lifecycle of a LifecycleOwner
Observes WithState on the lifecycle of a LifecycleOwner
Observes WithState on the lifecycle of a LifecycleOwner by transforming the observed value.
Converts a ReadOnlyProperty into a ReadOnlyPropertyDefaultObservable
Converts a ReadOnlyProperty into a ReadOnlyPropertyInitializedObservable