-
Nested Class Summary
Nested Classes
-
Method Summary
Static Methods
static <T,
U,
W,
Z,
Y,
X>
Seq.SeqX<Tuple6<T,U,W,Z,Y,X>>
static <T,
U,
W,
Z,
Y,
X,
G>
Seq.SeqX<Tuple7<T,U,W,Z,Y,X,G>>
-
Method Details
-
-
-
-
seq
static <T,
U,
W,
Z,
Y> Seq.SeqX<Tuple5<T,U,W,Z,Y>> seq(Matcher<T> one,
Matcher<U> two,
Matcher<W> three,
Matcher<Z> four,
Matcher<Y> five)
-
seq
static <T,
U,
W,
Z,
Y,
X>
Seq.SeqX<Tuple6<T,U,W,Z,Y,X>> seq(Matcher<T> one,
Matcher<U> two,
Matcher<W> three,
Matcher<Z> four,
Matcher<Y> five,
Matcher<X> six)
-
seq
static <T,
U,
W,
Z,
Y,
X,
G>
Seq.SeqX<Tuple7<T,U,W,Z,Y,X,G>> seq(Matcher<T> one,
Matcher<U> two,
Matcher<W> three,
Matcher<Z> four,
Matcher<Y> five,
Matcher<X> six,
Matcher<G> seven)