Package rx.internal.operators
Class OnSubscribeRedo.RetryWithPredicate
java.lang.Object
rx.internal.operators.OnSubscribeRedo.RetryWithPredicate
- All Implemented Interfaces:
Func1<Observable<? extends Notification<?>>,
,Observable<? extends Notification<?>>> Function
- Enclosing class:
OnSubscribeRedo<T>
public static final class OnSubscribeRedo.RetryWithPredicate
extends Object
implements Func1<Observable<? extends Notification<?>>,Observable<? extends Notification<?>>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObservable
<? extends Notification<?>> call
(Observable<? extends Notification<?>> ts)
-
Field Details
-
predicate
-
-
Constructor Details
-
RetryWithPredicate
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Observable<? extends Notification<?>>,
Observable<? extends Notification<?>>>
-