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