Package | Description |
---|---|
rx.internal.operators |
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
|
Modifier and Type | Method and 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()) ). |
Copyright © 2017. All rights reserved.