public final class OperatorRetryWithPredicate<T> extends Object implements Observable.Operator<T,Observable<T>>
Constructor and Description |
---|
OperatorRetryWithPredicate(Func2<Integer,Throwable,Boolean> predicate) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super Observable<T>> |
call(Subscriber<? super T> child) |
public Subscriber<? super Observable<T>> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super Observable<T>>>
Copyright © 2017. All rights reserved.