Uses of Interface
rx.AsyncEmitter.Cancellable
Packages that use AsyncEmitter.Cancellable
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of AsyncEmitter.Cancellable in rx
Methods in rx with parameters of type AsyncEmitter.CancellableModifier and TypeMethodDescriptionvoid
AsyncEmitter.setCancellation
(AsyncEmitter.Cancellable c) Sets a Cancellable on this emitter; any previous Subscription or Cancellation will be unsubscribed/cancelled. -
Uses of AsyncEmitter.Cancellable in rx.internal.operators
Methods in rx.internal.operators with parameters of type AsyncEmitter.CancellableModifier and TypeMethodDescriptionfinal void
OnSubscribeFromAsync.BaseAsyncEmitter.setCancellation
(AsyncEmitter.Cancellable c) Constructors in rx.internal.operators with parameters of type AsyncEmitter.Cancellable