Uses of Class
rx.internal.operators.OperatorDistinctUntilChanged
Packages that use OperatorDistinctUntilChanged
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorDistinctUntilChanged in rx.internal.operators
Fields in rx.internal.operators declared as OperatorDistinctUntilChangedModifier and TypeFieldDescription(package private) static final OperatorDistinctUntilChanged
<?, ?> OperatorDistinctUntilChanged.Holder.INSTANCE
Methods in rx.internal.operators that return OperatorDistinctUntilChangedModifier and TypeMethodDescriptionstatic <T> OperatorDistinctUntilChanged
<T, T> OperatorDistinctUntilChanged.instance()
Returns a singleton instance of OperatorDistinctUntilChanged that was built using the identity function for comparison (new OperatorDistinctUntilChanged(UtilityFunctions.identity())
).