Uses of Interface
rx.Completable.CompletableOperator
-
Packages that use Completable.CompletableOperator 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. -
-
Uses of Completable.CompletableOperator in rx
Methods in rx with parameters of type Completable.CompletableOperator Modifier and Type Method Description 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.CompletableOperator Modifier and Type Field Description (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.CompletableOperator Modifier and Type Method Description static <T,R>
Completable.CompletableOperatorRxJavaHooks. onCompletableLift(Completable.CompletableOperator operator)
Hook to call before the child subscriber would subscribe to an Operator.Completable.CompletableOperator
RxJavaCompletableExecutionHook. onLift(Completable.CompletableOperator lift)
Deprecated.Methods in rx.plugins that return types with arguments of type Completable.CompletableOperator Modifier and Type Method 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.Methods in rx.plugins with parameters of type Completable.CompletableOperator Modifier and Type Method Description static <T,R>
Completable.CompletableOperatorRxJavaHooks. onCompletableLift(Completable.CompletableOperator operator)
Hook to call before the child subscriber would subscribe to an Operator.Completable.CompletableOperator
RxJavaCompletableExecutionHook. onLift(Completable.CompletableOperator lift)
Deprecated.Method parameters in rx.plugins with type arguments of type Completable.CompletableOperator Modifier and Type Method 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.
-