BasicSubject
A read-write property that can be observed. The value that can be changed using the post method from the Postable interface
Parameters
the type of value to expect.
the type of result to expect. Must be a subclass of T.
the type of ObservableOptional to store the result in.
Inheritors
Properties
The current value T or null
being observed
The initial ObservableOptional value of T.
The Observer that observes the observable value.
Functions
Bind changes in value to a CoroutineScope in a CoroutineContext
Convenience method for BasicSubject that calls BasicSubject.bind using the CoroutineContext of the provided CoroutineScope
Creates an observation that calls onNext each time a new value is observed until the resulting Disposable is disposed
Converts a ReadOnlyProperty into a ReadOnlyPropertyDefaultObservable
Converts a ReadOnlyProperty into a ReadOnlyPropertyInitializedObservable