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.CompletableOperator onLift)
Lifts a CompletableSubscriber transformation into the chain of Completables.
|
Modifier and Type | Method and Description |
---|---|
static <T,R> Completable.CompletableOperator |
RxJavaHooks.onCompletableLift(Completable.CompletableOperator operator)
Hook to call before the child subscriber would subscribe to an Operator.
|
Completable.CompletableOperator |
RxJavaCompletableExecutionHook.onLift(Completable.CompletableOperator lift)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Func1<Completable.CompletableOperator,Completable.CompletableOperator> |
RxJavaHooks.getOnCompletableLift()
Returns the current Completable onLift hook function or null if it is
set to the default pass-through.
|
static Func1<Completable.CompletableOperator,Completable.CompletableOperator> |
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.CompletableOperator |
RxJavaHooks.onCompletableLift(Completable.CompletableOperator operator)
Hook to call before the child subscriber would subscribe to an Operator.
|
Completable.CompletableOperator |
RxJavaCompletableExecutionHook.onLift(Completable.CompletableOperator lift)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
RxJavaHooks.setOnCompletableLift(Func1<Completable.CompletableOperator,Completable.CompletableOperator> onCompletableLift)
Sets a hook function that is called with an operator when an Completable operator built with
lift() gets subscribed to.
|
static void |
RxJavaHooks.setOnCompletableLift(Func1<Completable.CompletableOperator,Completable.CompletableOperator> onCompletableLift)
Sets a hook function that is called with an operator when an Completable operator built with
lift() gets subscribed to.
|
Copyright © 2024. All rights reserved.