Package rx.internal.operators
Class OperatorToMap.DefaultToMapFactory<K,V>
java.lang.Object
rx.internal.operators.OperatorToMap.DefaultToMapFactory<K,V>
- Type Parameters:
K
- the key typeV
- the value type
- Enclosing class:
OperatorToMap<T,
K, V>
public static final class OperatorToMap.DefaultToMapFactory<K,V>
extends Object
implements Func0<Map<K,V>>
The default map factory.
-
Constructor Summary
Constructors -
Method Summary