static <T0,T1,T2,T3,T4> TupleGetter0<Tuple5<T0,T1,T2,T3,T4>,T0> |
Tuple5.getter0() |
Returns a getter for the 0th element in the
Tuple.
|
static <T0,T1,T2,T3,T4> TupleGetter1<Tuple5<T0,T1,T2,T3,T4>,T1> |
Tuple5.getter1() |
Returns a getter for the 1st element in the
Tuple.
|
static <T0,T1,T2,T3,T4> TupleGetter2<Tuple5<T0,T1,T2,T3,T4>,T2> |
Tuple5.getter2() |
Returns a getter for the 2nd element in the
Tuple.
|
static <T0,T1,T2,T3,T4> TupleGetter3<Tuple5<T0,T1,T2,T3,T4>,T3> |
Tuple5.getter3() |
Returns a getter for the 3rd element in the
Tuple.
|
static <T0,T1,T2,T3,T4> TupleGetter4<Tuple5<T0,T1,T2,T3,T4>,T4> |
Tuple5.getter4() |
Returns a getter for the 4th element in the
Tuple.
|
static <T,T0,T1,T2,T3,T4> Function<T,Tuple5<T0,T1,T2,T3,T4>> |
Tuples.toTuple(Function<T,T0> m0,
Function<T,T1> m1,
Function<T,T2> m2,
Function<T,T3> m3,
Function<T,T4> m4) |
Creates and returns a Function that, when applied, creates a Tuple5 from an initial object of type T by applying the given mappers.
|