public final class OperatorTimeout<T>
extends java.lang.Object
Constructor and Description |
---|
OperatorTimeout(long timeout,
java.util.concurrent.TimeUnit timeUnit,
Observable<? extends T> other,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> subscriber) |
public OperatorTimeout(long timeout, java.util.concurrent.TimeUnit timeUnit, Observable<? extends T> other, Scheduler scheduler)
public Subscriber<? super T> call(Subscriber<? super T> subscriber)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>