Uses of Enum Class
rx.AsyncEmitter.BackpressureMode
Packages that use AsyncEmitter.BackpressureMode
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.BackpressureMode in rx
Methods in rx that return AsyncEmitter.BackpressureModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AsyncEmitter.BackpressureMode[]
AsyncEmitter.BackpressureMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rx with parameters of type AsyncEmitter.BackpressureModeModifier and TypeMethodDescriptionstatic <T> Observable
<T> Observable.fromAsync
(Action1<AsyncEmitter<T>> asyncEmitter, AsyncEmitter.BackpressureMode backpressure) Provides an API (via a cold Observable) that bridges the reactive world with the callback-style, generally non-backpressured world. -
Uses of AsyncEmitter.BackpressureMode in rx.internal.operators
Fields in rx.internal.operators declared as AsyncEmitter.BackpressureModeModifier and TypeFieldDescription(package private) final AsyncEmitter.BackpressureMode
OnSubscribeFromAsync.backpressure
Constructors in rx.internal.operators with parameters of type AsyncEmitter.BackpressureModeModifierConstructorDescriptionOnSubscribeFromAsync
(Action1<AsyncEmitter<T>> asyncEmitter, AsyncEmitter.BackpressureMode backpressure)