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