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