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