Package rx.internal.operators
Class OperatorMapNotification<T,R>
java.lang.Object
rx.internal.operators.OperatorMapNotification<T,R>
- Type Parameters:
T
- the input value typeR
- the output value type
- All Implemented Interfaces:
Func1<Subscriber<? super R>,
,Subscriber<? super T>> Function
,Observable.Operator<R,
T>
Applies a function of your choosing to every item emitted by an
Observable
, and emits the results of
this transformation as a new Observable
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary