T
- the input value typeR
- the output value typepublic final class OperatorMapNotification<T,R> extends 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 Throwable,? extends R> onError,
Func0<? extends R> onCompleted) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super R> child) |
public Subscriber<? super T> call(Subscriber<? super R> child)
call
in interface Func1<Subscriber<? super R>,Subscriber<? super T>>
Copyright © 2018. All rights reserved.