public final class OperatorGroupBy<T,K,V> extends java.lang.Object implements Observable.Operator<GroupedObservable<K,V>,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorGroupBy.GroupBySubscriber<T,K,V> |
| Constructor and Description |
|---|
OperatorGroupBy(Function<? super T,? extends K> keySelector,
Function<? super T,? extends V> valueSelector,
int bufferSize,
boolean delayError) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super GroupedObservable<K,V>> t) |
public org.reactivestreams.Subscriber<? super T> apply(org.reactivestreams.Subscriber<? super GroupedObservable<K,V>> t)