Uses of Class
rx.internal.operators.OperatorDistinct
-
Packages that use OperatorDistinct Package Description rx.internal.operators 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 OperatorDistinct Modifier and Type Field Description (package private) static OperatorDistinct<?,?>
OperatorDistinct.Holder. INSTANCE
Methods in rx.internal.operators that return OperatorDistinct Modifier and Type Method Description static <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())
).
-