CanZipMapValuesCounter2

class CanZipMapValuesCounter2[K1, K2, V, RV] extends CanZipMapValues[Counter2[K1, K2, V], V, RV, Counter2[K1, K2, RV]]
trait CanZipMapValues[Counter2[K1, K2, V], V, RV, Counter2[K1, K2, RV]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(from: Counter2[K1, K2, V], from2: Counter2[K1, K2, V], fn: (V, V) => RV): Counter2[K1, K2, RV]

Maps all corresponding values from the two collection.

Maps all corresponding values from the two collection.