Class OperatorToMap.DefaultToMapFactory<K,V>

java.lang.Object
rx.internal.operators.OperatorToMap.DefaultToMapFactory<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Callable<Map<K,V>>, Func0<Map<K,V>>, Function
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 Details

    • DefaultToMapFactory

      public DefaultToMapFactory()
  • Method Details