BaseObservable

constructor(initialValue: ObservableOptional<T>)


constructor(observation: Observation<R, T, OO>)

Parameters

T

the type of value to expect.

R

the type of result to expect. Must be a subclass of T.

OO

the type of ObservableOptional to store the result in.

observation

The Observation to handle observing the value.