Of<T> constructor

Of<T>(
  1. T _value
)

Build an observable from a value

Implementation

Of(this._value) : tag = #base;