CanZipMapKeyValuesCounter

class CanZipMapKeyValuesCounter[K, V, RV] extends CanZipMapKeyValues[Counter[K, V], K, V, RV, Counter[K, RV]]
trait CanZipMapKeyValues[Counter[K, V], K, V, RV, Counter[K, RV]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(from: Counter[K, V], from2: Counter[K, V], fn: (K, V, V) => RV): Counter[K, RV]

Maps all corresponding values from the two collection.

Maps all corresponding values from the two collection.

override def mapActive(from: Counter[K, V], from2: Counter[K, V], fn: (K, V, V) => RV): Counter[K, RV]
Definition Classes