TupleMatcher4

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

Value members

Concrete methods

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