public final class OperatorMapNotification<T,R> extends Object implements Observable.Operator<R,T>
Observable
OperatorMapNotification(Func1<? super T,? extends R> onNext, Func1<? super Throwable,? extends R> onError, Func0<? extends R> onCompleted)
Subscriber<? super T>
call(Subscriber<? super R> o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OperatorMapNotification(Func1<? super T,? extends R> onNext, Func1<? super Throwable,? extends R> onError, Func0<? extends R> onCompleted)
public Subscriber<? super T> call(Subscriber<? super R> o)