Rx<T> constructor

Rx<T>(
  1. T initial
)

Constructor: With initial as the initial value.

Implementation

Rx(T initial) : super(initial);