object MapFactory
- Companion
- class
Type members
Classlikes
Implicits
Implicits
Fixes the key and value types of factory to K and V, respectively
Fixes the key and value types of factory to K and V, respectively
- Type Params
- CC
Collection type constructor of the factory (e.g.
Map,HashMap, etc.)- K
Type of keys
- V
Type of values
- Value Params
- factory
The factory to fix the key and value types
- Returns
A Factory that uses the given
factoryto build a map with keys of typeKand values of typeV