static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter0<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T0> |
Tuple9.getter0() |
Returns a getter for the 0th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter1<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T1> |
Tuple9.getter1() |
Returns a getter for the 1st element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter2<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T2> |
Tuple9.getter2() |
Returns a getter for the 2nd element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter3<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T3> |
Tuple9.getter3() |
Returns a getter for the 3rd element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter4<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T4> |
Tuple9.getter4() |
Returns a getter for the 4th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter5<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T5> |
Tuple9.getter5() |
Returns a getter for the 5th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter6<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T6> |
Tuple9.getter6() |
Returns a getter for the 6th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter7<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T7> |
Tuple9.getter7() |
Returns a getter for the 7th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8> TupleGetter8<Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>,T8> |
Tuple9.getter8() |
Returns a getter for the 8th element in the
Tuple.
|
static <T,T0,T1,T2,T3,T4,T5,T6,T7,T8> Function<T,Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>> |
Tuples.toTuple(Function<T,T0> m0,
Function<T,T1> m1,
Function<T,T2> m2,
Function<T,T3> m3,
Function<T,T4> m4,
Function<T,T5> m5,
Function<T,T6> m6,
Function<T,T7> m7,
Function<T,T8> m8) |
Creates and returns a Function that, when applied, creates a Tuple9 from an initial object of type T by applying the given mappers.
|