DiffMapMatchByOps

final class DiffMapMatchByOps[C[_, _], K, V](diff: Diff[C[K, V]])
class Object
trait Matchable
class Any

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]]