BaseUninitializedSubject

actual constructor(observation: ObservationUninitialized<T>)

Parameters

observation

The ObservationUninitialized to handle value being observed

Type Parameters

T

the type of value to expect.

expect constructor(observation: ObservationUninitialized<T>)

Parameters

observation

The ObservationUninitialized to handle value being observed

Type Parameters

T

the type of value to expect.

actual constructor(observation: ObservationUninitialized<T>)

Parameters

observation

The ObservationUninitialized to handle value being observed

Type Parameters

T

the type of value to expect.