Package rx.internal.operators
Class OperatorRetryWithPredicate<T>
- java.lang.Object
-
- rx.internal.operators.OperatorRetryWithPredicate<T>
-
- All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super Observable<T>>>
,Function
,Observable.Operator<T,Observable<T>>
public final class OperatorRetryWithPredicate<T> extends java.lang.Object implements Observable.Operator<T,Observable<T>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
OperatorRetryWithPredicate.SourceSubscriber<T>
-
Constructor Summary
Constructors Constructor Description OperatorRetryWithPredicate(Func2<java.lang.Integer,java.lang.Throwable,java.lang.Boolean> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subscriber<? super Observable<T>>
call(Subscriber<? super T> child)
-
-
-
Field Detail
-
predicate
final Func2<java.lang.Integer,java.lang.Throwable,java.lang.Boolean> predicate
-
-
Constructor Detail
-
OperatorRetryWithPredicate
public OperatorRetryWithPredicate(Func2<java.lang.Integer,java.lang.Throwable,java.lang.Boolean> predicate)
-
-
Method Detail
-
call
public Subscriber<? super Observable<T>> call(Subscriber<? super T> child)
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,Subscriber<? super Observable<T>>>
-
-