T
- the value typepublic final class SingleFromFuture<T> extends Object implements Single.OnSubscribe<T>
Constructor and Description |
---|
SingleFromFuture(Future<? extends T> future,
long timeout,
TimeUnit unit) |
public void call(SingleSubscriber<? super T> t)
call
in interface Action1<SingleSubscriber<? super T>>
Copyright © 2018. All rights reserved.