TupleMatcher3

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

Value members

Concrete methods

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