SimpleInitializedSubject

constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle observation.

Type Parameters

T

the type of value to expect.


constructor(initialValue: T)

Constructor

Parameters

initialValue

The initial value of T


constructor(initialValue: ObservableOptional.Value<T>)

Constructor

Parameters

initialValue

The initial Value of T