RxInterface<T> constructor

RxInterface<T>(
  1. T value
)

Implementation

RxInterface(T value) : super(value);