Observation

constructor(initialValue: ObservableOptional<T>)

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.

initialValue

The initial value this observation should contain.