trait CanZipMapKeyValues[From, @specialized(Int) K, @specialized(Double, Int, Float, Long) V, @specialized(Double, Int, Float, Long) RV, +To]
Marker for being able to zip two collection objects (From[V]) and map the values to a new collection (To[Vout]).
- Companion:
- object