DiffLensMapMatchByOps

final class DiffLensMapMatchByOps[C[_, _], K, V, S](lens: DiffLens[S, C[K, V]])
class Object
trait Matchable
class Any

Value members

Concrete methods

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