public final class NbpOnSubscribeRetryBiPredicate<T> extends java.lang.Object implements NbpObservable.NbpOnSubscribe<T>
| Constructor and Description |
|---|
NbpOnSubscribeRetryBiPredicate(NbpObservable<? extends T> source,
BiPredicate<? super java.lang.Integer,? super java.lang.Throwable> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NbpObservable.NbpSubscriber<? super T> s) |
public NbpOnSubscribeRetryBiPredicate(NbpObservable<? extends T> source, BiPredicate<? super java.lang.Integer,? super java.lang.Throwable> predicate)
public void accept(NbpObservable.NbpSubscriber<? super T> s)
accept in interface Consumer<NbpObservable.NbpSubscriber<? super T>>