Observer<T> constructor

Observer<T>(
  1. T value
)

Implementation

Observer(T value) : _value = value;