public class OperatorTimeoutWithSelector<T,U,V>
extends java.lang.Object
other Observable if provided, or emit a TimeoutException .| Constructor and Description | 
|---|
| OperatorTimeoutWithSelector(Func0<? extends Observable<U>> firstTimeoutSelector,
                           Func1<? super T,? extends Observable<V>> timeoutSelector,
                           Observable<? extends T> other) | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriber<? super T> | call(Subscriber<? super T> subscriber) | 
public OperatorTimeoutWithSelector(Func0<? extends Observable<U>> firstTimeoutSelector, Func1<? super T,? extends Observable<V>> timeoutSelector, Observable<? extends T> other)
public Subscriber<? super T> call(Subscriber<? super T> subscriber)
call in interface Func1<Subscriber<? super T>,Subscriber<? super T>>