Rx<T> constructor

Rx<T>(
  1. T value
)

Implementation

Rx(T value) : super(value);