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 TypeMethodDescriptionvoid
CompletableEmitter.setCancellable
(@Nullable Cancellable c) Sets a Cancellable on this emitter; any previousDisposable
orCancellable
will be disposed/cancelled.void
FlowableEmitter.setCancellable
(@Nullable Cancellable c) Sets aCancellable
on this emitter; any previousDisposable
orCancellable
will be disposed/cancelled.void
MaybeEmitter.setCancellable
(@Nullable Cancellable c) Sets aCancellable
on this emitter; any previousDisposable
orCancellable
will be disposed/cancelled.void
ObservableEmitter.setCancellable
(@Nullable Cancellable c) Sets aCancellable
on this emitter; any previousDisposable
orCancellable
will be disposed/cancelled.void
SingleEmitter.setCancellable
(@Nullable Cancellable c) Sets a Cancellable on this emitter; any previousDisposable
orCancellable
will be disposed/cancelled. -
Uses of Cancellable in io.reactivex.rxjava3.internal.disposables
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 void
FlowableCreate.BaseEmitter.setCancellable
(Cancellable c) void
FlowableCreate.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 TypeMethodDescriptionvoid
ObservableCreate.CreateEmitter.setCancellable
(Cancellable c) void
ObservableCreate.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