observableOf
Creates a SimpleInitializedObservable from a value.
Parameters
T
the type of value to expect.
value
The fixed value to observe.
Creates a SimpleInitializedObservable from a value.
the type of value to expect.
The fixed value to observe.