AbstractBaseInitializedSubject

constructor(initialValue: ObservableOptional.Value<T>)

Constructor using an inital value.

Parameters

initialValue

The Value to use as the initial value.


constructor(observation: ObservationInitialized<T>)

Parameters

T

the type of value to expect.

observation

The ObservationInitialized to handle value being observed