Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.plugins |
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
|
Modifier and Type | Method and Description |
---|---|
Completable |
Completable.lift(Completable.Operator onLift)
Lifts a CompletableSubscriber transformation into the chain of Completables.
|
Modifier and Type | Method and Description |
---|---|
static <T,R> Completable.Operator |
RxJavaHooks.onCompletableLift(Completable.Operator operator)
Hook to call before the child subscriber would subscribe to an Operator.
|
Completable.Operator |
RxJavaCompletableExecutionHook.onLift(Completable.Operator lift)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Func1<Completable.Operator,Completable.Operator> |
RxJavaHooks.getOnCompletableLift()
Returns the current Completable onLift hook function or null if it is
set to the default pass-through.
|
static Func1<Completable.Operator,Completable.Operator> |
RxJavaHooks.getOnCompletableLift()
Returns the current Completable onLift hook function or null if it is
set to the default pass-through.
|
Modifier and Type | Method and Description |
---|---|
static <T,R> Completable.Operator |
RxJavaHooks.onCompletableLift(Completable.Operator operator)
Hook to call before the child subscriber would subscribe to an Operator.
|
Completable.Operator |
RxJavaCompletableExecutionHook.onLift(Completable.Operator lift)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
RxJavaHooks.setOnCompletableLift(Func1<Completable.Operator,Completable.Operator> onCompletableLift)
Sets a hook function that is called with an operator when a Completable operator built with
lift() gets subscribed to.
|
static void |
RxJavaHooks.setOnCompletableLift(Func1<Completable.Operator,Completable.Operator> onCompletableLift)
Sets a hook function that is called with an operator when a Completable operator built with
lift() gets subscribed to.
|
Copyright © 2018. All rights reserved.