BaseInitializedObservable

constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle observing the value.

Type Parameters

T

the type of value to expect.


constructor(initialValue: ObservableOptional.Value<T>)