Package rx.internal.operators
Class OnSubscribeLift<T,R>
java.lang.Object
rx.internal.operators.OnSubscribeLift<T,R>
- Type Parameters:
T
- the source value typeR
- the result value type
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super R>>
,Function
,Observable.OnSubscribe<R>
Transforms the downstream Subscriber into a Subscriber via an operator
callback and calls the parent OnSubscribe.call() method with it.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Observable.Operator
<? extends R, ? super T> (package private) final Observable.OnSubscribe
<T> -
Constructor Summary
ConstructorsConstructorDescriptionOnSubscribeLift
(Observable.OnSubscribe<T> parent, Observable.Operator<? extends R, ? super T> operator) -
Method Summary
-
Field Details
-
parent
-
operator
-
-
Constructor Details
-
OnSubscribeLift
public OnSubscribeLift(Observable.OnSubscribe<T> parent, Observable.Operator<? extends R, ? super T> operator)
-
-
Method Details