BaseObservable

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

Parameters

observation

The Observation to handle observing the value.

Type 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.


constructor(initialValue: ObservableOptional<T>)