AbstractBaseDefaultSubject

constructor(observation: ObservationDefault<R, T?>)

Parameters

observation

The ObservationDefault to handle value being observed

Type Parameters

T

the type of value to expect.

R

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


constructor(defaultValue: ObservableOptional.Value<R>, initialValue: ObservableOptional.Value<T?>)