asRx method

RxSet<T> asRx()

Convert a Set to RxSet.

Implementation

RxSet<T> asRx() => RxSet.of<T>(this);