ObservableToFuture<T> extension

on

Methods

toFuture() Future<T>

Available on Observable<T>, provided by the ObservableToFuture extension

Returns a Future that completes with the first value of this Observable.