DiffLensMapMatchByOps

com.softwaremill.diffx.DiffLensMapMatchByOps
final class DiffLensMapMatchByOps[C[_, _], K, V, S](lens: DiffLens[S, 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[S]
def matchByValue[U : ObjectMatcher](f: V => U): Diff[S]