public final class NbpOperatorSkipUntil<T,U> extends java.lang.Object implements NbpObservable.NbpOperator<T,T>
| Constructor and Description |
|---|
NbpOperatorSkipUntil(NbpObservable<U> other) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super T> child) |
public NbpOperatorSkipUntil(NbpObservable<U> other)
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super T> child)
apply in interface Function<NbpObservable.NbpSubscriber<? super T>,NbpObservable.NbpSubscriber<? super T>>