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 Object
implements Observable.Operator<T,Observable<T>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubscriber
<? super Observable<T>> call
(Subscriber<? super T> child)
-
Field Details
-
predicate
-
-
Constructor Details
-
OperatorRetryWithPredicate
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super Observable<T>>>
-