-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observable.OnSubscribe
,com.tds.common.reactor.functions.Action
,com.tds.common.reactor.functions.Action1
,com.tds.common.reactor.functions.Function
public final class OnSubscribeLift<T, R> implements Observable.OnSubscribe<R>
Transforms the downstream Subscriber into a Subscriber via an operator callback and calls the parent OnSubscribe.call() method with it.
-
-
Constructor Summary
Constructors Constructor Description OnSubscribeLift(Observable.OnSubscribe<T> parent, Observable.Operator<out R, out Object> operator)
-
Method Summary
Modifier and Type Method Description void
call(Subscriber<out Object> o)
-
-
Constructor Detail
-
OnSubscribeLift
OnSubscribeLift(Observable.OnSubscribe<T> parent, Observable.Operator<out R, out Object> operator)
-
-
Method Detail
-
call
void call(Subscriber<out Object> o)
-
-
-
-