CanForeachValues

trait CanForeachValues[From, +A]

Marker for being able to do a foreach on the values of a collection

class Object
trait Matchable
class Any

Value members

Abstract methods

def foreach[U](from: From, fn: A => U): Unit

Maps all key-value pairs from the given collection.

Maps all key-value pairs from the given collection.