Uses of Interface
io.reactivex.rxjava3.functions.Cancellable
-
Packages that use Cancellable Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; base reactive consumers; other common base interfaces.io.reactivex.rxjava3.internal.disposables io.reactivex.rxjava3.internal.operators.completable io.reactivex.rxjava3.internal.operators.flowable io.reactivex.rxjava3.internal.operators.maybe io.reactivex.rxjava3.internal.operators.observable io.reactivex.rxjava3.internal.operators.single -
-
Uses of Cancellable in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with parameters of type Cancellable Modifier and Type Method Description voidCompletableEmitter. 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
Constructors in io.reactivex.rxjava3.internal.disposables with parameters of type Cancellable Constructor Description CancellableDisposable(Cancellable cancellable) -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.completable
Methods in io.reactivex.rxjava3.internal.operators.completable with parameters of type Cancellable Modifier and Type Method Description voidCompletableCreate.Emitter. setCancellable(Cancellable c) -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.flowable
Methods in io.reactivex.rxjava3.internal.operators.flowable with parameters of type Cancellable Modifier and Type Method Description 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 Modifier and Type Method Description voidMaybeCreate.Emitter. setCancellable(Cancellable c) -
Uses of Cancellable in io.reactivex.rxjava3.internal.operators.observable
Methods in io.reactivex.rxjava3.internal.operators.observable with parameters of type Cancellable Modifier and Type Method Description voidObservableCreate.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 Modifier and Type Method Description voidSingleCreate.Emitter. setCancellable(Cancellable c)
-