K - the key typeT - the source and group value typeV - the value type of the groupspublic final class OperatorGroupBy<T,K,V> extends Object implements rx.Observable.Operator<rx.observables.GroupedObservable<K,V>,T>

| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorGroupBy.GroupByProducer |
static class |
OperatorGroupBy.GroupBySubscriber<T,K,V> |
| Constructor and Description |
|---|
OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector) |
OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector,
rx.functions.Func1<? super T,? extends V> valueSelector) |
OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector,
rx.functions.Func1<? super T,? extends V> valueSelector,
rx.functions.Func1<rx.functions.Action1<K>,Map<K,Object>> mapFactory) |
OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector,
rx.functions.Func1<? super T,? extends V> valueSelector,
int bufferSize,
boolean delayError,
rx.functions.Func1<rx.functions.Action1<K>,Map<K,Object>> mapFactory) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super rx.observables.GroupedObservable<K,V>> child) |
public OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector, rx.functions.Func1<? super T,? extends V> valueSelector)
public OperatorGroupBy(rx.functions.Func1<? super T,? extends K> keySelector, rx.functions.Func1<? super T,? extends V> valueSelector, rx.functions.Func1<rx.functions.Action1<K>,Map<K,Object>> mapFactory)
Copyright © 2013–2016. All rights reserved.