Uses of Class
rx.internal.operators.OperatorOnBackpressureLatest
Packages that use OperatorOnBackpressureLatest
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorOnBackpressureLatest in rx.internal.operators
Fields in rx.internal.operators declared as OperatorOnBackpressureLatestModifier and TypeFieldDescription(package private) static final OperatorOnBackpressureLatest
<Object> OperatorOnBackpressureLatest.Holder.INSTANCE
Methods in rx.internal.operators that return OperatorOnBackpressureLatestModifier and TypeMethodDescriptionstatic <T> OperatorOnBackpressureLatest
<T> OperatorOnBackpressureLatest.instance()
Returns a singleton instance of the OnBackpressureLatest operator since it is stateless.