T
- the input and output value typeU
- the value type of the first timeout ObservableV
- the value type of the item-based timeout Observablepublic final class OnSubscribeTimeoutSelectorWithFallback<T,U,V> extends Object implements Observable.OnSubscribe<T>
Constructor and Description |
---|
OnSubscribeTimeoutSelectorWithFallback(Observable<T> source,
Observable<U> firstTimeoutIndicator,
Func1<? super T,? extends Observable<V>> itemTimeoutIndicator,
Observable<? extends T> fallback) |
public OnSubscribeTimeoutSelectorWithFallback(Observable<T> source, Observable<U> firstTimeoutIndicator, Func1<? super T,? extends Observable<V>> itemTimeoutIndicator, Observable<? extends T> fallback)
public void call(Subscriber<? super T> t)
call
in interface Action1<Subscriber<? super T>>
Copyright © 2018. All rights reserved.