asSingle method

Single<T> asSingle()

Converts this Future into a Single.

See Single.fromFuture.

Implementation

Single<T> asSingle() => Single.fromFuture(this);