Package | Description |
---|---|
rx |
Rx Observables
|
rx.plugins |
Modifier and Type | Method and Description |
---|---|
<R> Observable<R> |
Observable.lift(Observable.Operator<? extends R,? super T> lift)
Lifts a function to the current Observable and returns a new Observable that when subscribed to will pass
the values of the current Observable through the Operator function.
|
Modifier and Type | Method and Description |
---|---|
<T,R> Observable.Operator<? extends R,? super T> |
RxJavaObservableExecutionHook.onLift(Observable.Operator<? extends R,? super T> lift)
Invoked just as the operator functions is called to bind two operations together into a new
Observable and the return value is used as the lifted function |
Modifier and Type | Method and Description |
---|---|
<T,R> Observable.Operator<? extends R,? super T> |
RxJavaObservableExecutionHook.onLift(Observable.Operator<? extends R,? super T> lift)
Invoked just as the operator functions is called to bind two operations together into a new
Observable and the return value is used as the lifted function |
Copyright © 2015. All Rights Reserved.