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<?>>>