public final class OperatorTimeout<T,U,V> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorTimeout(Supplier<? extends org.reactivestreams.Publisher<U>> firstTimeoutSelector,
Function<? super T,? extends org.reactivestreams.Publisher<V>> timeoutSelector,
org.reactivestreams.Publisher<? extends T> other) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |