Packages

c

com.softwaremill.diffx.ObjectMatcher

ObjectMatcherSeqHelper

class ObjectMatcherSeqHelper[V] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectMatcherSeqHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ObjectMatcherSeqHelper()

Value Members

  1. def byIndex(implicit indexMatcher: ObjectMatcher[Int]): diffx.SeqMatcher[V]
  2. def byIndex[U](f: (Int) => U)(implicit arg0: ObjectMatcher[U]): diffx.SeqMatcher[V]
  3. def byValue(implicit ev: ObjectMatcher[V]): diffx.SeqMatcher[V]
  4. def byValue[U](f: (V) => U)(implicit arg0: ObjectMatcher[U]): diffx.SeqMatcher[V]