CanTraverseKeyValuePairs

trait CanTraverseKeyValuePairs[From, K, A]

Marker for being able to traverse over the values in a collection/tensor

Companion:
object
class Object
trait Matchable
class Any
class OpArray[A]
object OpArrayCC.type
object OpArrayDD.type
object OpArrayFF.type
object OpArrayII.type
object OpArrayLL.type
object OpArraySS.type

Value members

Abstract methods

def isTraversableAgain(from: From): Boolean
def traverse(from: From, fn: KeyValuePairsVisitor[K, A]): Unit

Traverses all values from the given collection.

Traverses all values from the given collection.