Class OperatorTimeoutWithSelector<T,U,V>

  • 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 .