ObjectMatcherSeqHelper

class Object
trait Matchable
class Any

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]