static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter0<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T0> |
Tuple13.getter0() |
Returns a getter for the 0th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter1<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T1> |
Tuple13.getter1() |
Returns a getter for the 1st element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter10<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T10> |
Tuple13.getter10() |
Returns a getter for the 10th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter11<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T11> |
Tuple13.getter11() |
Returns a getter for the 11st element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter12<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T12> |
Tuple13.getter12() |
Returns a getter for the 12nd element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter2<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T2> |
Tuple13.getter2() |
Returns a getter for the 2nd element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter3<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T3> |
Tuple13.getter3() |
Returns a getter for the 3rd element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter4<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T4> |
Tuple13.getter4() |
Returns a getter for the 4th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter5<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T5> |
Tuple13.getter5() |
Returns a getter for the 5th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter6<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T6> |
Tuple13.getter6() |
Returns a getter for the 6th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter7<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T7> |
Tuple13.getter7() |
Returns a getter for the 7th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter8<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T8> |
Tuple13.getter8() |
Returns a getter for the 8th element in the
Tuple.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> TupleGetter9<Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>,T9> |
Tuple13.getter9() |
Returns a getter for the 9th element in the
Tuple.
|
static <T,T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> Function<T,Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> |
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,
Function<T,T9> m9,
Function<T,T10> m10,
Function<T,T11> m11,
Function<T,T12> m12) |
Creates and returns a Function that, when applied, creates a Tuple13 from an initial object of type T by applying the given mappers.
|