T - the value typeU - the key typepublic final class OperatorDistinct<T,U> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description | 
|---|
| OperatorDistinct(Func1<? super T,? extends U> keySelector) | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriber<? super T> | call(Subscriber<? super T> child) | 
public Subscriber<? super T> call(Subscriber<? super T> child)
call in interface Func1<Subscriber<? super T>,Subscriber<? super T>>