Obs<T> constructor

Obs<T>(
  1. T initValue
)

Implementation

Obs(T initValue) : _value = initValue;