public final class NbpOperatorGroupBy<T,K,V> extends java.lang.Object implements NbpObservable.NbpOperator<NbpGroupedObservable<K,V>,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
NbpOperatorGroupBy.GroupBySubscriber<T,K,V> |
| Constructor and Description |
|---|
NbpOperatorGroupBy(Function<? super T,? extends K> keySelector,
Function<? super T,? extends V> valueSelector,
int bufferSize,
boolean delayError) |
| Modifier and Type | Method and Description |
|---|---|
NbpObservable.NbpSubscriber<? super T> |
apply(NbpObservable.NbpSubscriber<? super NbpGroupedObservable<K,V>> t) |
public NbpObservable.NbpSubscriber<? super T> apply(NbpObservable.NbpSubscriber<? super NbpGroupedObservable<K,V>> t)
apply in interface Function<NbpObservable.NbpSubscriber<? super NbpGroupedObservable<K,V>>,NbpObservable.NbpSubscriber<? super T>>