CanZipAndTraverseValues

trait CanZipAndTraverseValues[From, From2, A, B]

Marker for being able to traverse over the values in a pair oof collections

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def traverse(from1: From, from2: From2, fn: PairValuesVisitor[A, B]): Unit

Traverses all values from the given collection.

Traverses all values from the given collection.