AbstractBaseInitializedSubject

constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle value being observed

Type Parameters

T

the type of value to expect.


constructor(initialValue: ObservableOptional.Value<T>)

Constructor using an inital value.

Parameters

initialValue

The Value to use as the initial value.