Uses of Class
io.reactivex.rxjava3.annotations.BackpressureKind
-
Packages that use BackpressureKind Package Description io.reactivex.rxjava3.annotations Annotations for indicating operator behavior, API stability (@Experimental
and@Beta
) and nullability indicators (Nullable
andNonNull
). -
-
Uses of BackpressureKind in io.reactivex.rxjava3.annotations
Methods in io.reactivex.rxjava3.annotations that return BackpressureKind Modifier and Type Method Description BackpressureKind
value()
The backpressure supported by this method or class.static BackpressureKind
BackpressureKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackpressureKind[]
BackpressureKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-