Uses of Interface
rx.AsyncEmitter.Cancellable
-
Packages that use AsyncEmitter.Cancellable Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.internal.operators 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.Cancellable Modifier and Type Method Description void
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.Cancellable Modifier and Type Method Description void
OnSubscribeFromAsync.BaseAsyncEmitter. setCancellation(AsyncEmitter.Cancellable c)
Constructors in rx.internal.operators with parameters of type AsyncEmitter.Cancellable Constructor Description CancellableSubscription(AsyncEmitter.Cancellable cancellable)
-