asRx method

RxFuture<T> asRx()

Implementation

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