BaseInitializedSubject

actual constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle value being observed

Type Parameters

T

the type of value to expect.


actual constructor(initialValue: ObservableOptional.Value<T>)

Constructor using an inital value.

Parameters

initialValue

The Value to use as the initial value.

expect constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle value being observed

Type Parameters

T

the type of value to expect.


expect constructor(initialValue: ObservableOptional.Value<T>)

Constructor using an inital value.

Parameters

initialValue

The Value to use as the initial value.

actual constructor(observation: ObservationInitialized<T>)

Parameters

observation

The ObservationInitialized to handle value being observed

Type Parameters

T

the type of value to expect.


actual constructor(initialValue: ObservableOptional.Value<T>)

Constructor using an inital value.

Parameters

initialValue

The Value to use as the initial value.