public final class NbpOperatorTimeoutTimed<T> extends java.lang.Object implements NbpObservable.NbpOperator<T,T>
| Constructor and Description |
|---|
NbpOperatorTimeoutTimed(long timeout,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler,
NbpObservable<? extends T> other) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super T> t) |
public NbpOperatorTimeoutTimed(long timeout,
java.util.concurrent.TimeUnit unit,
Scheduler scheduler,
NbpObservable<? extends T> other)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super T> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super T>,NbpObservable.NbpSubscriber<? super T>>