- Type Parameters:
T
- the value type of the main Observable
U
- the value type of the first timeout Observable
V
- the value type of the subsequent timeout Observable
- All Implemented Interfaces:
- Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>
public class OperatorTimeoutWithSelector<T,U,V>
extends Object
Returns an Observable that mirrors the source Observable. If either the first
item emitted by the source Observable or any subsequent item don't arrive
within time windows defined by provided Observables, switch to the
other
Observable if provided, or emit a TimeoutException .