asRx method

RxFuture<T> asRx()

Convert a Future to RxFuture.

Implementation

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