CanTransformValues

trait CanTransformValues[From, @specialized(Double, Int, Float) A]

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

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def transform(from: From, fn: A => A): Unit

Transforms all key-value pairs from the given collection.

Transforms all key-value pairs from the given collection.

def transformActive(from: From, fn: A => A): Unit

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

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