CanZipMapValues

trait CanZipMapValues[From, @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
class Object
trait Matchable
class Any

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.