CanZipMapValues

Marker for being able to zip two collection objects (From[V]) and map the values to a new collection (To[Vout]).

Companion:
object
class Object
trait Matchable
class Any
class CanZipMapValuesCounter[K, V, RV]
class CanZipMapValuesCounter2[K1, K2, V, RV]
class OpArray[V, RV]
object OpArrayCC.type
object OpArrayDD.type
object OpArrayFD.type
object OpArrayFF.type
object OpArrayID.type
object OpArrayII.type
object OpArrayLD.type
object OpArrayLL.type
object OpArraySD.type
object OpArraySS.type

Value members

Abstract methods

def map(from: From, from2: From, fn: (V, V) => RV): To

Maps all corresponding values from the two collections.

Maps all corresponding values from the two collections.