K - the key type
T - the source and group value type
R - the value type of the groups
public class OperatorGroupBy<T,K extends Object,R> implements Observable .Operator <GroupedObservable <K ,R> ,T>

public Subscriber<? super T> call(Subscriber <? super GroupedObservable <K ,R>> child)