DiffMapMatchByOps

com.softwaremill.diffx.DiffMapMatchByOps
final class DiffMapMatchByOps[C[_, _], K, V](diff: Diff[C[K, V]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def matchByKey[U : ObjectMatcher](f: K => U): Diff[C[K, V]]
def matchByValue[U : ObjectMatcher](f: V => U): Diff[C[K, V]]