public final class OperatorMap<T,U> extends java.lang.Object implements Observable.Operator<U,T>
| Constructor and Description |
|---|
OperatorMap(Function<? super T,? extends U> function) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super U> t) |