public class Tuple6<A,B,C,D,E,F>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
void
int
<T> T
boolean
-
-
Constructor Details
-
Tuple6
Tuple6(A a,
B b,
C c,
D d,
E e,
F f)
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-
map
public <T> T map(HexaFunction<? super A,? super B,? super C,? super D,? super E,? super F,? extends T> f)
-
test
public boolean test(HexaPredicate<? super A,? super B,? super C,? super D,? super E,? super F> f)
-
exec
public void exec(HexaConsumer<? super A,? super B,? super C,? super D,? super E,? super F> f)
-
-
-