public final class OperatorToMap<T,K extends Object,V> implements Observable .Operator <Map <K ,V> ,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorToMap
The default map factory.
|
| Constructor and Description |
|---|
OperatorToMap(Func1
ToMap with key selector, value selector and default HashMap factory.
|
OperatorToMap(Func1
ToMap with key selector, value selector and custom Map factory.
|
public OperatorToMap(Func1<? super T ,? extends K> keySelector, Func1 <? super T ,? extends V> valueSelector)
public Subscriber<? super T> call(Subscriber <? super Map <K ,V>> subscriber)