TupleMatcher2

implicit class TupleMatcher2[T1, T2](t: (T1, T2))
class Object
trait Matchable
class Any

Value members

Concrete methods

def zip[S1, S2](m1: (=> T1) => Matcher[S1], m2: (=> T2) => Matcher[S2]): Matcher[(S1, S2)]