BaseInitializedObservable

constructor(initialValue: ObservableOptional.Value<T>)


constructor(observation: ObservationInitialized<T>)

Parameters

T

the type of value to expect.

observation

The ObservationInitialized to handle observing the value.