Module com.speedment.common.tuple
Interface MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
-
- Type Parameters:
T0- type of element 0T1- type of element 1T2- type of element 2T3- type of element 3T4- type of element 4T5- type of element 5T6- type of element 6T7- type of element 7T8- type of element 8T9- type of element 9T10- type of element 10T11- type of element 11T12- type of element 12T13- type of element 13T14- type of element 14T15- type of element 15T16- type of element 16T17- type of element 17T18- type of element 18T19- type of element 19T20- type of element 20
- All Superinterfaces:
BasicTuple<Optional<Object>>,MutableTuple
public interface MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> extends MutableTuple
This interface defines a genericMutableTupleof any order that can hold null values. A MutableTuple is type safe but NOT thread safe. For pure non-null value elements seeTupleThisMutableTuplehas a degree of 21Generated by com.speedment.sources.pattern.tuple.TuplePattern
- Author:
- Per Minborg
- See Also:
Tuple,TupleOfNullables,MutableTuple
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intdegree()Returns the degree of the BasicTuple.default Optional<Object>get(int index)Gets the tuple element at the given index.Optional<T0>get0()Returns the 0th element from this tuple.Optional<T1>get1()Returns the 1st element from this tuple.Optional<T10>get10()Returns the 10th element from this tuple.Optional<T11>get11()Returns the 11st element from this tuple.Optional<T12>get12()Returns the 12nd element from this tuple.Optional<T13>get13()Returns the 13rd element from this tuple.Optional<T14>get14()Returns the 14th element from this tuple.Optional<T15>get15()Returns the 15th element from this tuple.Optional<T16>get16()Returns the 16th element from this tuple.Optional<T17>get17()Returns the 17th element from this tuple.Optional<T18>get18()Returns the 18th element from this tuple.Optional<T19>get19()Returns the 19th element from this tuple.Optional<T2>get2()Returns the 2nd element from this tuple.Optional<T20>get20()Returns the 20th element from this tuple.Optional<T3>get3()Returns the 3rd element from this tuple.Optional<T4>get4()Returns the 4th element from this tuple.Optional<T5>get5()Returns the 5th element from this tuple.Optional<T6>get6()Returns the 6th element from this tuple.Optional<T7>get7()Returns the 7th element from this tuple.Optional<T8>get8()Returns the 8th element from this tuple.Optional<T9>get9()Returns the 9th element from this tuple.default T0getOrNull0()Returns the 0th element from this tuple ornullif no such element is present.default T1getOrNull1()Returns the 1st element from this tuple ornullif no such element is present.default T10getOrNull10()Returns the 10th element from this tuple ornullif no such element is present.default T11getOrNull11()Returns the 11st element from this tuple ornullif no such element is present.default T12getOrNull12()Returns the 12nd element from this tuple ornullif no such element is present.default T13getOrNull13()Returns the 13rd element from this tuple ornullif no such element is present.default T14getOrNull14()Returns the 14th element from this tuple ornullif no such element is present.default T15getOrNull15()Returns the 15th element from this tuple ornullif no such element is present.default T16getOrNull16()Returns the 16th element from this tuple ornullif no such element is present.default T17getOrNull17()Returns the 17th element from this tuple ornullif no such element is present.default T18getOrNull18()Returns the 18th element from this tuple ornullif no such element is present.default T19getOrNull19()Returns the 19th element from this tuple ornullif no such element is present.default T2getOrNull2()Returns the 2nd element from this tuple ornullif no such element is present.default T20getOrNull20()Returns the 20th element from this tuple ornullif no such element is present.default T3getOrNull3()Returns the 3rd element from this tuple ornullif no such element is present.default T4getOrNull4()Returns the 4th element from this tuple ornullif no such element is present.default T5getOrNull5()Returns the 5th element from this tuple ornullif no such element is present.default T6getOrNull6()Returns the 6th element from this tuple ornullif no such element is present.default T7getOrNull7()Returns the 7th element from this tuple ornullif no such element is present.default T8getOrNull8()Returns the 8th element from this tuple ornullif no such element is present.default T9getOrNull9()Returns the 9th element from this tuple ornullif no such element is present.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter0<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T0>>getter0()Returns agetterfor the 0th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter1<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T1>>getter1()Returns agetterfor the 1st element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter10<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T10>>getter10()Returns agetterfor the 10th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter11<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T11>>getter11()Returns agetterfor the 11st element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter12<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T12>>getter12()Returns agetterfor the 12nd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter13<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T13>>getter13()Returns agetterfor the 13rd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter14<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T14>>getter14()Returns agetterfor the 14th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter15<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T15>>getter15()Returns agetterfor the 15th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter16<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T16>>getter16()Returns agetterfor the 16th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter17<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T17>>getter17()Returns agetterfor the 17th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter18<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T18>>getter18()Returns agetterfor the 18th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter19<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T19>>getter19()Returns agetterfor the 19th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter2<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T2>>getter2()Returns agetterfor the 2nd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter20<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T20>>getter20()Returns agetterfor the 20th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter3<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T3>>getter3()Returns agetterfor the 3rd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter4<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T4>>getter4()Returns agetterfor the 4th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter5<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T5>>getter5()Returns agetterfor the 5th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter6<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T6>>getter6()Returns agetterfor the 6th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter7<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T7>>getter7()Returns agetterfor the 7th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter8<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T8>>getter8()Returns agetterfor the 8th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter9<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T9>>getter9()Returns agetterfor the 9th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter0<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T0>getterOrNull0()Returns agetterfor the 0th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter1<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T1>getterOrNull1()Returns agetterfor the 1st element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter10<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T10>getterOrNull10()Returns agetterfor the 10th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter11<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T11>getterOrNull11()Returns agetterfor the 11st element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter12<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T12>getterOrNull12()Returns agetterfor the 12nd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter13<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T13>getterOrNull13()Returns agetterfor the 13rd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter14<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T14>getterOrNull14()Returns agetterfor the 14th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter15<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T15>getterOrNull15()Returns agetterfor the 15th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter16<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T16>getterOrNull16()Returns agetterfor the 16th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter17<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T17>getterOrNull17()Returns agetterfor the 17th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter18<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T18>getterOrNull18()Returns agetterfor the 18th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter19<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T19>getterOrNull19()Returns agetterfor the 19th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter2<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T2>getterOrNull2()Returns agetterfor the 2nd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter20<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T20>getterOrNull20()Returns agetterfor the 20th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter3<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T3>getterOrNull3()Returns agetterfor the 3rd element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter4<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T4>getterOrNull4()Returns agetterfor the 4th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter5<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T5>getterOrNull5()Returns agetterfor the 5th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter6<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T6>getterOrNull6()Returns agetterfor the 6th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter7<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T7>getterOrNull7()Returns agetterfor the 7th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter8<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T8>getterOrNull8()Returns agetterfor the 8th element in theTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
TupleGetter9<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T9>getterOrNull9()Returns agetterfor the 9th element in theTuple.voidset0(T0 t0)Sets the 0th element in this tuple.voidset1(T1 t1)Sets the 1st element in this tuple.voidset10(T10 t10)Sets the 10th element in this tuple.voidset11(T11 t11)Sets the 11st element in this tuple.voidset12(T12 t12)Sets the 12nd element in this tuple.voidset13(T13 t13)Sets the 13rd element in this tuple.voidset14(T14 t14)Sets the 14th element in this tuple.voidset15(T15 t15)Sets the 15th element in this tuple.voidset16(T16 t16)Sets the 16th element in this tuple.voidset17(T17 t17)Sets the 17th element in this tuple.voidset18(T18 t18)Sets the 18th element in this tuple.voidset19(T19 t19)Sets the 19th element in this tuple.voidset2(T2 t2)Sets the 2nd element in this tuple.voidset20(T20 t20)Sets the 20th element in this tuple.voidset3(T3 t3)Sets the 3rd element in this tuple.voidset4(T4 t4)Sets the 4th element in this tuple.voidset5(T5 t5)Sets the 5th element in this tuple.voidset6(T6 t6)Sets the 6th element in this tuple.voidset7(T7 t7)Sets the 7th element in this tuple.voidset8(T8 t8)Sets the 8th element in this tuple.voidset9(T9 t9)Sets the 9th element in this tuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T0>setter0()Returns a setter for the 0th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T1>setter1()Returns a setter for the 1st element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T10>setter10()Returns a setter for the 10th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T11>setter11()Returns a setter for the 11st element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T12>setter12()Returns a setter for the 12nd element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T13>setter13()Returns a setter for the 13rd element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T14>setter14()Returns a setter for the 14th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T15>setter15()Returns a setter for the 15th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T16>setter16()Returns a setter for the 16th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T17>setter17()Returns a setter for the 17th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T18>setter18()Returns a setter for the 18th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T19>setter19()Returns a setter for the 19th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T2>setter2()Returns a setter for the 2nd element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T20>setter20()Returns a setter for the 20th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T3>setter3()Returns a setter for the 3rd element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T4>setter4()Returns a setter for the 4th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T5>setter5()Returns a setter for the 5th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T6>setter6()Returns a setter for the 6th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T7>setter7()Returns a setter for the 7th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T8>setter8()Returns a setter for the 8th element in theMutableTuple.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T9>setter9()Returns a setter for the 9th element in theMutableTuple.-
Methods inherited from interface com.speedment.common.tuple.MutableTuple
stream, streamOf
-
-
-
-
Method Detail
-
get0
Optional<T0> get0()
Returns the 0th element from this tuple.- Returns:
- the 0th element from this tuple.
-
get1
Optional<T1> get1()
Returns the 1st element from this tuple.- Returns:
- the 1st element from this tuple.
-
get2
Optional<T2> get2()
Returns the 2nd element from this tuple.- Returns:
- the 2nd element from this tuple.
-
get3
Optional<T3> get3()
Returns the 3rd element from this tuple.- Returns:
- the 3rd element from this tuple.
-
get4
Optional<T4> get4()
Returns the 4th element from this tuple.- Returns:
- the 4th element from this tuple.
-
get5
Optional<T5> get5()
Returns the 5th element from this tuple.- Returns:
- the 5th element from this tuple.
-
get6
Optional<T6> get6()
Returns the 6th element from this tuple.- Returns:
- the 6th element from this tuple.
-
get7
Optional<T7> get7()
Returns the 7th element from this tuple.- Returns:
- the 7th element from this tuple.
-
get8
Optional<T8> get8()
Returns the 8th element from this tuple.- Returns:
- the 8th element from this tuple.
-
get9
Optional<T9> get9()
Returns the 9th element from this tuple.- Returns:
- the 9th element from this tuple.
-
get10
Optional<T10> get10()
Returns the 10th element from this tuple.- Returns:
- the 10th element from this tuple.
-
get11
Optional<T11> get11()
Returns the 11st element from this tuple.- Returns:
- the 11st element from this tuple.
-
get12
Optional<T12> get12()
Returns the 12nd element from this tuple.- Returns:
- the 12nd element from this tuple.
-
get13
Optional<T13> get13()
Returns the 13rd element from this tuple.- Returns:
- the 13rd element from this tuple.
-
get14
Optional<T14> get14()
Returns the 14th element from this tuple.- Returns:
- the 14th element from this tuple.
-
get15
Optional<T15> get15()
Returns the 15th element from this tuple.- Returns:
- the 15th element from this tuple.
-
get16
Optional<T16> get16()
Returns the 16th element from this tuple.- Returns:
- the 16th element from this tuple.
-
get17
Optional<T17> get17()
Returns the 17th element from this tuple.- Returns:
- the 17th element from this tuple.
-
get18
Optional<T18> get18()
Returns the 18th element from this tuple.- Returns:
- the 18th element from this tuple.
-
get19
Optional<T19> get19()
Returns the 19th element from this tuple.- Returns:
- the 19th element from this tuple.
-
get20
Optional<T20> get20()
Returns the 20th element from this tuple.- Returns:
- the 20th element from this tuple.
-
set0
void set0(T0 t0)
Sets the 0th element in this tuple.- Parameters:
t0- the new value for the 0th element
-
set1
void set1(T1 t1)
Sets the 1st element in this tuple.- Parameters:
t1- the new value for the 1st element
-
set2
void set2(T2 t2)
Sets the 2nd element in this tuple.- Parameters:
t2- the new value for the 2nd element
-
set3
void set3(T3 t3)
Sets the 3rd element in this tuple.- Parameters:
t3- the new value for the 3rd element
-
set4
void set4(T4 t4)
Sets the 4th element in this tuple.- Parameters:
t4- the new value for the 4th element
-
set5
void set5(T5 t5)
Sets the 5th element in this tuple.- Parameters:
t5- the new value for the 5th element
-
set6
void set6(T6 t6)
Sets the 6th element in this tuple.- Parameters:
t6- the new value for the 6th element
-
set7
void set7(T7 t7)
Sets the 7th element in this tuple.- Parameters:
t7- the new value for the 7th element
-
set8
void set8(T8 t8)
Sets the 8th element in this tuple.- Parameters:
t8- the new value for the 8th element
-
set9
void set9(T9 t9)
Sets the 9th element in this tuple.- Parameters:
t9- the new value for the 9th element
-
set10
void set10(T10 t10)
Sets the 10th element in this tuple.- Parameters:
t10- the new value for the 10th element
-
set11
void set11(T11 t11)
Sets the 11st element in this tuple.- Parameters:
t11- the new value for the 11st element
-
set12
void set12(T12 t12)
Sets the 12nd element in this tuple.- Parameters:
t12- the new value for the 12nd element
-
set13
void set13(T13 t13)
Sets the 13rd element in this tuple.- Parameters:
t13- the new value for the 13rd element
-
set14
void set14(T14 t14)
Sets the 14th element in this tuple.- Parameters:
t14- the new value for the 14th element
-
set15
void set15(T15 t15)
Sets the 15th element in this tuple.- Parameters:
t15- the new value for the 15th element
-
set16
void set16(T16 t16)
Sets the 16th element in this tuple.- Parameters:
t16- the new value for the 16th element
-
set17
void set17(T17 t17)
Sets the 17th element in this tuple.- Parameters:
t17- the new value for the 17th element
-
set18
void set18(T18 t18)
Sets the 18th element in this tuple.- Parameters:
t18- the new value for the 18th element
-
set19
void set19(T19 t19)
Sets the 19th element in this tuple.- Parameters:
t19- the new value for the 19th element
-
set20
void set20(T20 t20)
Sets the 20th element in this tuple.- Parameters:
t20- the new value for the 20th element
-
degree
default int degree()
Description copied from interface:BasicTupleReturns the degree of the BasicTuple. For example, a Tuple2 has a degree of 2 whereas a Tuple3 has a degree of 3.- Specified by:
degreein interfaceBasicTuple<T0>- Returns:
- the degree of the Tuple
-
get
default Optional<Object> get(int index)
Description copied from interface:BasicTupleGets the tuple element at the given index. For example, get(0) will return the first element and get(1) will return the second etc.- Specified by:
getin interfaceBasicTuple<T0>- Parameters:
index- of the element to get- Returns:
- the tuple element at the given index
-
getter0
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter0<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T0>> getter0()
Returns agetterfor the 0th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 0th position
-
getOrNull0
default T0 getOrNull0()
Returns the 0th element from this tuple ornullif no such element is present.- Returns:
- the 0th element from this tuple or
nullif no such element is present.
-
getterOrNull0
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter0<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T0> getterOrNull0()
Returns agetterfor the 0th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 0th position
-
setter0
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T0> setter0()
Returns a setter for the 0th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 0th position
-
getter1
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter1<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T1>> getter1()
Returns agetterfor the 1st element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 1st position
-
getOrNull1
default T1 getOrNull1()
Returns the 1st element from this tuple ornullif no such element is present.- Returns:
- the 1st element from this tuple or
nullif no such element is present.
-
getterOrNull1
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter1<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T1> getterOrNull1()
Returns agetterfor the 1st element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 1st position
-
setter1
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T1> setter1()
Returns a setter for the 1st element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 1st position
-
getter2
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter2<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T2>> getter2()
Returns agetterfor the 2nd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 2nd position
-
getOrNull2
default T2 getOrNull2()
Returns the 2nd element from this tuple ornullif no such element is present.- Returns:
- the 2nd element from this tuple or
nullif no such element is present.
-
getterOrNull2
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter2<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T2> getterOrNull2()
Returns agetterfor the 2nd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 2nd position
-
setter2
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T2> setter2()
Returns a setter for the 2nd element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 2nd position
-
getter3
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter3<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T3>> getter3()
Returns agetterfor the 3rd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 3rd position
-
getOrNull3
default T3 getOrNull3()
Returns the 3rd element from this tuple ornullif no such element is present.- Returns:
- the 3rd element from this tuple or
nullif no such element is present.
-
getterOrNull3
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter3<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T3> getterOrNull3()
Returns agetterfor the 3rd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 3rd position
-
setter3
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T3> setter3()
Returns a setter for the 3rd element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 3rd position
-
getter4
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter4<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T4>> getter4()
Returns agetterfor the 4th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 4th position
-
getOrNull4
default T4 getOrNull4()
Returns the 4th element from this tuple ornullif no such element is present.- Returns:
- the 4th element from this tuple or
nullif no such element is present.
-
getterOrNull4
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter4<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T4> getterOrNull4()
Returns agetterfor the 4th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 4th position
-
setter4
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T4> setter4()
Returns a setter for the 4th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 4th position
-
getter5
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter5<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T5>> getter5()
Returns agetterfor the 5th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 5th position
-
getOrNull5
default T5 getOrNull5()
Returns the 5th element from this tuple ornullif no such element is present.- Returns:
- the 5th element from this tuple or
nullif no such element is present.
-
getterOrNull5
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter5<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T5> getterOrNull5()
Returns agetterfor the 5th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 5th position
-
setter5
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T5> setter5()
Returns a setter for the 5th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 5th position
-
getter6
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter6<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T6>> getter6()
Returns agetterfor the 6th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 6th position
-
getOrNull6
default T6 getOrNull6()
Returns the 6th element from this tuple ornullif no such element is present.- Returns:
- the 6th element from this tuple or
nullif no such element is present.
-
getterOrNull6
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter6<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T6> getterOrNull6()
Returns agetterfor the 6th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 6th position
-
setter6
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T6> setter6()
Returns a setter for the 6th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 6th position
-
getter7
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter7<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T7>> getter7()
Returns agetterfor the 7th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 7th position
-
getOrNull7
default T7 getOrNull7()
Returns the 7th element from this tuple ornullif no such element is present.- Returns:
- the 7th element from this tuple or
nullif no such element is present.
-
getterOrNull7
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter7<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T7> getterOrNull7()
Returns agetterfor the 7th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 7th position
-
setter7
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T7> setter7()
Returns a setter for the 7th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 7th position
-
getter8
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter8<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T8>> getter8()
Returns agetterfor the 8th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 8th position
-
getOrNull8
default T8 getOrNull8()
Returns the 8th element from this tuple ornullif no such element is present.- Returns:
- the 8th element from this tuple or
nullif no such element is present.
-
getterOrNull8
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter8<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T8> getterOrNull8()
Returns agetterfor the 8th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 8th position
-
setter8
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T8> setter8()
Returns a setter for the 8th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 8th position
-
getter9
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter9<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T9>> getter9()
Returns agetterfor the 9th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 9th position
-
getOrNull9
default T9 getOrNull9()
Returns the 9th element from this tuple ornullif no such element is present.- Returns:
- the 9th element from this tuple or
nullif no such element is present.
-
getterOrNull9
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter9<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T9> getterOrNull9()
Returns agetterfor the 9th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 9th position
-
setter9
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T9> setter9()
Returns a setter for the 9th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 9th position
-
getter10
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter10<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T10>> getter10()
Returns agetterfor the 10th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 10th position
-
getOrNull10
default T10 getOrNull10()
Returns the 10th element from this tuple ornullif no such element is present.- Returns:
- the 10th element from this tuple or
nullif no such element is present.
-
getterOrNull10
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter10<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T10> getterOrNull10()
Returns agetterfor the 10th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 10th position
-
setter10
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T10> setter10()
Returns a setter for the 10th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 10th position
-
getter11
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter11<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T11>> getter11()
Returns agetterfor the 11st element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 11st position
-
getOrNull11
default T11 getOrNull11()
Returns the 11st element from this tuple ornullif no such element is present.- Returns:
- the 11st element from this tuple or
nullif no such element is present.
-
getterOrNull11
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter11<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T11> getterOrNull11()
Returns agetterfor the 11st element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 11st position
-
setter11
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T11> setter11()
Returns a setter for the 11st element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 11st position
-
getter12
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter12<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T12>> getter12()
Returns agetterfor the 12nd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 12nd position
-
getOrNull12
default T12 getOrNull12()
Returns the 12nd element from this tuple ornullif no such element is present.- Returns:
- the 12nd element from this tuple or
nullif no such element is present.
-
getterOrNull12
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter12<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T12> getterOrNull12()
Returns agetterfor the 12nd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 12nd position
-
setter12
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T12> setter12()
Returns a setter for the 12nd element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 12nd position
-
getter13
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter13<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T13>> getter13()
Returns agetterfor the 13rd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 13rd position
-
getOrNull13
default T13 getOrNull13()
Returns the 13rd element from this tuple ornullif no such element is present.- Returns:
- the 13rd element from this tuple or
nullif no such element is present.
-
getterOrNull13
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter13<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T13> getterOrNull13()
Returns agetterfor the 13rd element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 13rd position
-
setter13
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T13> setter13()
Returns a setter for the 13rd element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 13rd position
-
getter14
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter14<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T14>> getter14()
Returns agetterfor the 14th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 14th position
-
getOrNull14
default T14 getOrNull14()
Returns the 14th element from this tuple ornullif no such element is present.- Returns:
- the 14th element from this tuple or
nullif no such element is present.
-
getterOrNull14
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter14<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T14> getterOrNull14()
Returns agetterfor the 14th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 14th position
-
setter14
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T14> setter14()
Returns a setter for the 14th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 14th position
-
getter15
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter15<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T15>> getter15()
Returns agetterfor the 15th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 15th position
-
getOrNull15
default T15 getOrNull15()
Returns the 15th element from this tuple ornullif no such element is present.- Returns:
- the 15th element from this tuple or
nullif no such element is present.
-
getterOrNull15
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter15<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T15> getterOrNull15()
Returns agetterfor the 15th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 15th position
-
setter15
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T15> setter15()
Returns a setter for the 15th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 15th position
-
getter16
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter16<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T16>> getter16()
Returns agetterfor the 16th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 16th position
-
getOrNull16
default T16 getOrNull16()
Returns the 16th element from this tuple ornullif no such element is present.- Returns:
- the 16th element from this tuple or
nullif no such element is present.
-
getterOrNull16
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter16<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T16> getterOrNull16()
Returns agetterfor the 16th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 16th position
-
setter16
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T16> setter16()
Returns a setter for the 16th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 16th position
-
getter17
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter17<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T17>> getter17()
Returns agetterfor the 17th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 17th position
-
getOrNull17
default T17 getOrNull17()
Returns the 17th element from this tuple ornullif no such element is present.- Returns:
- the 17th element from this tuple or
nullif no such element is present.
-
getterOrNull17
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter17<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T17> getterOrNull17()
Returns agetterfor the 17th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 17th position
-
setter17
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T17> setter17()
Returns a setter for the 17th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 17th position
-
getter18
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter18<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T18>> getter18()
Returns agetterfor the 18th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 18th position
-
getOrNull18
default T18 getOrNull18()
Returns the 18th element from this tuple ornullif no such element is present.- Returns:
- the 18th element from this tuple or
nullif no such element is present.
-
getterOrNull18
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter18<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T18> getterOrNull18()
Returns agetterfor the 18th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 18th position
-
setter18
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T18> setter18()
Returns a setter for the 18th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 18th position
-
getter19
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter19<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T19>> getter19()
Returns agetterfor the 19th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 19th position
-
getOrNull19
default T19 getOrNull19()
Returns the 19th element from this tuple ornullif no such element is present.- Returns:
- the 19th element from this tuple or
nullif no such element is present.
-
getterOrNull19
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter19<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T19> getterOrNull19()
Returns agetterfor the 19th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 19th position
-
setter19
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T19> setter19()
Returns a setter for the 19th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 19th position
-
getter20
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter20<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,Optional<T20>> getter20()
Returns agetterfor the 20th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 20th position
-
getOrNull20
default T20 getOrNull20()
Returns the 20th element from this tuple ornullif no such element is present.- Returns:
- the 20th element from this tuple or
nullif no such element is present.
-
getterOrNull20
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> TupleGetter20<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T20> getterOrNull20()
Returns agetterfor the 20th element in theTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 20th position
-
setter20
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> BiConsumer<MutableTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>,T20> setter20()
Returns a setter for the 20th element in theMutableTuple.- Type Parameters:
T0- the 0th element typeT1- the 1st element typeT2- the 2nd element typeT3- the 3rd element typeT4- the 4th element typeT5- the 5th element typeT6- the 6th element typeT7- the 7th element typeT8- the 8th element typeT9- the 9th element typeT10- the 10th element typeT11- the 11st element typeT12- the 12nd element typeT13- the 13rd element typeT14- the 14th element typeT15- the 15th element typeT16- the 16th element typeT17- the 17th element typeT18- the 18th element typeT19- the 19th element typeT20- the 20th element type- Returns:
- the element at the 20th position
-
-