ObjectMatcherMapHelper

com.softwaremill.diffx.ObjectMatcher$.ObjectMatcherMapHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def byKey[U : ObjectMatcher](f: K => U): MapMatcher[K, V]
def byKey(implicit ko: ObjectMatcher[K]): MapMatcher[K, V]
def byValue[U : ObjectMatcher](f: V => U): MapMatcher[K, V]
def byValue(implicit ev: ObjectMatcher[V]): MapMatcher[K, V]