ObjectMatcherSeqHelper

com.softwaremill.diffx.ObjectMatcher$.ObjectMatcherSeqHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def byIndex[U : ObjectMatcher](f: Int => U): SeqMatcher[V]
def byIndex(implicit indexMatcher: ObjectMatcher[Int]): SeqMatcher[V]
def byValue[U : ObjectMatcher](f: V => U): SeqMatcher[V]
def byValue(implicit ev: ObjectMatcher[V]): SeqMatcher[V]