Rx<T> constructor

Rx<T>(
  1. T initial
)

Implementation

Rx(T initial) : super(initial);