CanMapKeyValuePairs

trait CanMapKeyValuePairs[-From, +K, +A, -B, +To]

Marker for being able to map the keys and values in a value collection to new values.

class Object
trait Matchable
class Any

Value members

Abstract methods

def map(from: From, fn: (K, A) => B): To

Maps all key-value pairs from the given collection.

Maps all key-value pairs from the given collection.

def mapActive(from: From, fn: (K, A) => B): To

Maps all active key-value pairs from the given collection.

Maps all active key-value pairs from the given collection.