Rx<T> constructor

Rx<T>(
  1. T _value
)

Creates a Rx that wraps this value.

Implementation

Rx(this._value);