Uses of Interface
rx.Completable.CompletableOperator
Packages that use Completable.CompletableOperator
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
-
Uses of Completable.CompletableOperator in rx
Methods in rx with parameters of type Completable.CompletableOperatorModifier and TypeMethodDescriptionfinal Completable
Completable.lift
(Completable.CompletableOperator onLift) Lifts a CompletableSubscriber transformation into the chain of Completables. -
Uses of Completable.CompletableOperator in rx.plugins
Fields in rx.plugins with type parameters of type Completable.CompletableOperatorModifier and TypeFieldDescription(package private) static Func1
<Completable.CompletableOperator, Completable.CompletableOperator> RxJavaHooks.onCompletableLift
(package private) static Func1
<Completable.CompletableOperator, Completable.CompletableOperator> RxJavaHooks.onCompletableLift
Methods in rx.plugins that return Completable.CompletableOperatorModifier and TypeMethodDescriptionstatic <T,
R> Completable.CompletableOperator RxJavaHooks.onCompletableLift
(Completable.CompletableOperator operator) Hook to call before the child subscriber would subscribe to an Operator.RxJavaCompletableExecutionHook.onLift
(Completable.CompletableOperator lift) Deprecated.Methods in rx.plugins that return types with arguments of type Completable.CompletableOperatorModifier and TypeMethodDescriptionRxJavaHooks.getOnCompletableLift()
Returns the current Completable onLift hook function or null if it is set to the default pass-through.RxJavaHooks.getOnCompletableLift()
Returns the current Completable onLift hook function or null if it is set to the default pass-through.Methods in rx.plugins with parameters of type Completable.CompletableOperatorModifier and TypeMethodDescriptionstatic <T,
R> Completable.CompletableOperator RxJavaHooks.onCompletableLift
(Completable.CompletableOperator operator) Hook to call before the child subscriber would subscribe to an Operator.RxJavaCompletableExecutionHook.onLift
(Completable.CompletableOperator lift) Deprecated.Method parameters in rx.plugins with type arguments of type Completable.CompletableOperatorModifier and TypeMethodDescriptionstatic 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.