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