Uses of Interface
io.reactivex.rxjava3.functions.Cancellable
Packages that use Cancellable
Package
Description
Base reactive classes:
Flowable, Observable,
Single, Maybe and
Completable; base reactive consumers;
other common base interfaces.-
Uses of Cancellable in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with parameters of type CancellableModifier and TypeMethodDescriptionvoidCompletableEmitter.setCancellable(@Nullable Cancellable c) Sets a Cancellable on this emitter; any previousDisposableorCancellablewill be disposed/cancelled.voidFlowableEmitter.setCancellable(@Nullable Cancellable c) Sets aCancellableon this emitter; any previousDisposableorCancellablewill be disposed/cancelled.voidMaybeEmitter.setCancellable(@Nullable Cancellable c) Sets aCancellableon this emitter; any previousDisposableorCancellablewill be disposed/cancelled.voidObservableEmitter.setCancellable(@Nullable Cancellable c) Sets aCancellableon this emitter; any previousDisposableorCancellablewill be disposed/cancelled.voidSingleEmitter.setCancellable(@Nullable Cancellable c) Sets a Cancellable on this emitter; any previousDisposableorCancellablewill be disposed/cancelled. -
Uses of Cancellable in io.reactivex.rxjava3.internal.disposables
Subclasses with type arguments of type Cancellable in io.reactivex.rxjava3.internal.disposablesModifier and TypeClassDescriptionfinal classA disposable container that wraps a Cancellable instance.Constructors in io.reactivex.rxjava3.internal.disposables with parameters of type Cancellable -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.completable
Methods in io.reactivex.rxjava3.internal.operators.completable with parameters of type Cancellable -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.flowable
Methods in io.reactivex.rxjava3.internal.operators.flowable with parameters of type CancellableModifier and TypeMethodDescriptionfinal voidFlowableCreate.BaseEmitter.setCancellable(Cancellable c) voidFlowableCreate.SerializedEmitter.setCancellable(Cancellable c) -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.maybe
Methods in io.reactivex.rxjava3.internal.operators.maybe with parameters of type Cancellable -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.observable
Methods in io.reactivex.rxjava3.internal.operators.observable with parameters of type CancellableModifier and TypeMethodDescriptionvoidObservableCreate.CreateEmitter.setCancellable(Cancellable c) voidObservableCreate.SerializedEmitter.setCancellable(Cancellable c) -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.single
Methods in io.reactivex.rxjava3.internal.operators.single with parameters of type Cancellable