ObservationInitialized

constructor(initialValue: T)

Constructor

Parameters

initialValue

The initial T this observation should contain.


constructor(initialValue: ObservableOptional.Value<T>)

Parameters

T

the type of value to expect.

initialValue

The initial ObservableOptional.Value this observation should contain.