Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
static <A0,A1,A2,A3> |
Tuples.tuple(A0 elem0,
A1 elem1,
A2 elem2,
A3 elem3) |
static <A0,A1,A2,A3> |
Tuples.tuple4(A0 elem0,
A1 elem1,
A2 elem2,
A3 elem3) |
Modifier and Type | Method and Description |
---|---|
static <A0,A1,A2,A3> |
Tuples.tuple4() |
static <A,B0,B1,B2,B3> |
Tuples.tupling(Function<A,B0> f0,
Function<A,B1> f1,
Function<A,B2> f2,
Function<A,B3> f3) |
static <A,B0,B1,B2,B3> |
Tuples.tupling4(Function<A,B0> f0,
Function<A,B1> f1,
Function<A,B2> f2,
Function<A,B3> f3) |
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple4.equals(Tuple4 t) |
see also the complete user documentation .