T - the value type
U - the key type
public final class OperatorDistinctUntilChanged<T,U> extends Objectimplements Observable .Operator <T ,T>
| Constructor and Description |
|---|
OperatorDistinctUntilChanged(Func1
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
call(Subscriber
|
static <T> OperatorDistinctUntilChanged |
instance()
Returns a singleton instance of OperatorDistinctUntilChanged that was built using the identity function for comparison (
new OperatorDistinctUntilChanged(UtilityFunctions.identity())).
|
public static <T> OperatorDistinctUntilChanged<T ,T> instance()
new OperatorDistinctUntilChanged(UtilityFunctions.identity())).
public Subscriber<? super T> call(Subscriber <? super T> child)