public final class OperatorMap<T,R> extends java.lang.Object implements Observable.Operator<R,T>
Observable
, and emits the results of
this transformation as a new Observable
.
Constructor and Description |
---|
OperatorMap(Func1<? super T,? extends R> transformer) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super R> o) |
public Subscriber<? super T> call(Subscriber<? super R> o)
call
in interface Func1<Subscriber<? super R>,Subscriber<? super T>>