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