Uses of Enum Class
io.reactivex.rxjava3.annotations.BackpressureKind
Packages that use BackpressureKind
Package
Description
Annotations for indicating operator behavior, API stability
(
@Experimental and @Beta) and
nullability indicators (Nullable and NonNull).-
Uses of BackpressureKind in io.reactivex.rxjava3.annotations
Subclasses with type arguments of type BackpressureKind in io.reactivex.rxjava3.annotationsModifier and TypeClassDescriptionenumEnumeration for various kinds of backpressure support.Methods in io.reactivex.rxjava3.annotations that return BackpressureKindModifier and TypeMethodDescriptionstatic BackpressureKindReturns the enum constant of this class with the specified name.static BackpressureKind[]BackpressureKind.values()Returns an array containing the constants of this enum class, in the order they are declared.