public final class OperatorMapNotification<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 |
---|
OperatorMapNotification(Func1<? super T,? extends R> onNext,
Func1<? super java.lang.Throwable,? extends R> onError,
Func0<? extends R> onCompleted) |
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>>