T1
- type of first elementT2
- type of second elementT3
- type of third elementT4
- type of fourth elementT5
- type of fifth elementT6
- type of sixth elementT7
- type of seventh elementT8
- type of eighth elementpublic class Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> extends ITuple8.Base<T1,T2,T3,T4,T5,T6,T7,T8> implements java.io.Serializable
Indexable.viewTuple(ITuple8)
will come to help.
Note that this class is automatically created by tools.TupleClassCreator
(not yet public).NTuple8
,
Serialized FormConstructor and Description |
---|
Tuple8(T1 e1,
T2 e2,
T3 e3,
T4 e4,
T5 e5,
T6 e6,
T7 e7,
T8 e8)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T1 |
_1()
Get the first element.
|
Tuple2<T1,T2> |
_12()
Create a new 2-tuple from this one where the elements are ordered: 1st, 2nd.
|
Tuple3<T1,T2,T3> |
_123()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 3rd.
|
Tuple4<T1,T2,T3,T4> |
_1234()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th.
|
Tuple5<T1,T2,T3,T4,T5> |
_12345()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th.
|
Tuple6<T1,T2,T3,T4,T5,T6> |
_123456()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th.
|
Tuple7<T1,T2,T3,T4,T5,T6,T7> |
_1234567()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 7th.
|
Tuple7<T1,T2,T3,T4,T5,T6,T8> |
_1234568()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 6th, 8th.
|
Tuple6<T1,T2,T3,T4,T5,T7> |
_123457()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th.
|
Tuple7<T1,T2,T3,T4,T5,T7,T8> |
_1234578()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 7th, 8th.
|
Tuple6<T1,T2,T3,T4,T5,T8> |
_123458()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 5th, 8th.
|
Tuple5<T1,T2,T3,T4,T6> |
_12346()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th.
|
Tuple6<T1,T2,T3,T4,T6,T7> |
_123467()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th.
|
Tuple7<T1,T2,T3,T4,T6,T7,T8> |
_1234678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 7th, 8th.
|
Tuple6<T1,T2,T3,T4,T6,T8> |
_123468()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 6th, 8th.
|
Tuple5<T1,T2,T3,T4,T7> |
_12347()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th.
|
Tuple6<T1,T2,T3,T4,T7,T8> |
_123478()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 7th, 8th.
|
Tuple5<T1,T2,T3,T4,T8> |
_12348()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 4th, 8th.
|
Tuple4<T1,T2,T3,T5> |
_1235()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th.
|
Tuple5<T1,T2,T3,T5,T6> |
_12356()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th.
|
Tuple6<T1,T2,T3,T5,T6,T7> |
_123567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th.
|
Tuple7<T1,T2,T3,T5,T6,T7,T8> |
_1235678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 7th, 8th.
|
Tuple6<T1,T2,T3,T5,T6,T8> |
_123568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 6th, 8th.
|
Tuple5<T1,T2,T3,T5,T7> |
_12357()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th.
|
Tuple6<T1,T2,T3,T5,T7,T8> |
_123578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 7th, 8th.
|
Tuple5<T1,T2,T3,T5,T8> |
_12358()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 5th, 8th.
|
Tuple4<T1,T2,T3,T6> |
_1236()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th.
|
Tuple5<T1,T2,T3,T6,T7> |
_12367()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th.
|
Tuple6<T1,T2,T3,T6,T7,T8> |
_123678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 7th, 8th.
|
Tuple5<T1,T2,T3,T6,T8> |
_12368()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 6th, 8th.
|
Tuple4<T1,T2,T3,T7> |
_1237()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th.
|
Tuple5<T1,T2,T3,T7,T8> |
_12378()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 7th, 8th.
|
Tuple4<T1,T2,T3,T8> |
_1238()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 3rd, 8th.
|
Tuple3<T1,T2,T4> |
_124()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 4th.
|
Tuple4<T1,T2,T4,T5> |
_1245()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th.
|
Tuple5<T1,T2,T4,T5,T6> |
_12456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th.
|
Tuple6<T1,T2,T4,T5,T6,T7> |
_124567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th.
|
Tuple7<T1,T2,T4,T5,T6,T7,T8> |
_1245678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 7th, 8th.
|
Tuple6<T1,T2,T4,T5,T6,T8> |
_124568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 6th, 8th.
|
Tuple5<T1,T2,T4,T5,T7> |
_12457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th.
|
Tuple6<T1,T2,T4,T5,T7,T8> |
_124578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 7th, 8th.
|
Tuple5<T1,T2,T4,T5,T8> |
_12458()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 5th, 8th.
|
Tuple4<T1,T2,T4,T6> |
_1246()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th.
|
Tuple5<T1,T2,T4,T6,T7> |
_12467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th.
|
Tuple6<T1,T2,T4,T6,T7,T8> |
_124678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 7th, 8th.
|
Tuple5<T1,T2,T4,T6,T8> |
_12468()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 6th, 8th.
|
Tuple4<T1,T2,T4,T7> |
_1247()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th.
|
Tuple5<T1,T2,T4,T7,T8> |
_12478()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 7th, 8th.
|
Tuple4<T1,T2,T4,T8> |
_1248()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 4th, 8th.
|
Tuple3<T1,T2,T5> |
_125()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 5th.
|
Tuple4<T1,T2,T5,T6> |
_1256()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th.
|
Tuple5<T1,T2,T5,T6,T7> |
_12567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th.
|
Tuple6<T1,T2,T5,T6,T7,T8> |
_125678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 7th, 8th.
|
Tuple5<T1,T2,T5,T6,T8> |
_12568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 6th, 8th.
|
Tuple4<T1,T2,T5,T7> |
_1257()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th.
|
Tuple5<T1,T2,T5,T7,T8> |
_12578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 7th, 8th.
|
Tuple4<T1,T2,T5,T8> |
_1258()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 5th, 8th.
|
Tuple3<T1,T2,T6> |
_126()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 6th.
|
Tuple4<T1,T2,T6,T7> |
_1267()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th.
|
Tuple5<T1,T2,T6,T7,T8> |
_12678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 7th, 8th.
|
Tuple4<T1,T2,T6,T8> |
_1268()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 6th, 8th.
|
Tuple3<T1,T2,T7> |
_127()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 7th.
|
Tuple4<T1,T2,T7,T8> |
_1278()
Create a new 4-tuple from this one where the elements are ordered: 1st, 2nd, 7th, 8th.
|
Tuple3<T1,T2,T8> |
_128()
Create a new 3-tuple from this one where the elements are ordered: 1st, 2nd, 8th.
|
Tuple2<T1,T3> |
_13()
Create a new 2-tuple from this one where the elements are ordered: 1st, 3rd.
|
Tuple3<T1,T3,T2> |
_132()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 2nd.
|
Tuple3<T1,T3,T4> |
_134()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 4th.
|
Tuple4<T1,T3,T4,T5> |
_1345()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th.
|
Tuple5<T1,T3,T4,T5,T6> |
_13456()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th.
|
Tuple6<T1,T3,T4,T5,T6,T7> |
_134567()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th.
|
Tuple7<T1,T3,T4,T5,T6,T7,T8> |
_1345678()
Create a new 7-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 7th, 8th.
|
Tuple6<T1,T3,T4,T5,T6,T8> |
_134568()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 6th, 8th.
|
Tuple5<T1,T3,T4,T5,T7> |
_13457()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th.
|
Tuple6<T1,T3,T4,T5,T7,T8> |
_134578()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 7th, 8th.
|
Tuple5<T1,T3,T4,T5,T8> |
_13458()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 5th, 8th.
|
Tuple4<T1,T3,T4,T6> |
_1346()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th.
|
Tuple5<T1,T3,T4,T6,T7> |
_13467()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th.
|
Tuple6<T1,T3,T4,T6,T7,T8> |
_134678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 7th, 8th.
|
Tuple5<T1,T3,T4,T6,T8> |
_13468()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 6th, 8th.
|
Tuple4<T1,T3,T4,T7> |
_1347()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th.
|
Tuple5<T1,T3,T4,T7,T8> |
_13478()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 7th, 8th.
|
Tuple4<T1,T3,T4,T8> |
_1348()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 4th, 8th.
|
Tuple3<T1,T3,T5> |
_135()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 5th.
|
Tuple4<T1,T3,T5,T6> |
_1356()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th.
|
Tuple5<T1,T3,T5,T6,T7> |
_13567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th.
|
Tuple6<T1,T3,T5,T6,T7,T8> |
_135678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 7th, 8th.
|
Tuple5<T1,T3,T5,T6,T8> |
_13568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 6th, 8th.
|
Tuple4<T1,T3,T5,T7> |
_1357()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th.
|
Tuple5<T1,T3,T5,T7,T8> |
_13578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 7th, 8th.
|
Tuple4<T1,T3,T5,T8> |
_1358()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 5th, 8th.
|
Tuple3<T1,T3,T6> |
_136()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 6th.
|
Tuple4<T1,T3,T6,T7> |
_1367()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th.
|
Tuple5<T1,T3,T6,T7,T8> |
_13678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 7th, 8th.
|
Tuple4<T1,T3,T6,T8> |
_1368()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 6th, 8th.
|
Tuple3<T1,T3,T7> |
_137()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 7th.
|
Tuple4<T1,T3,T7,T8> |
_1378()
Create a new 4-tuple from this one where the elements are ordered: 1st, 3rd, 7th, 8th.
|
Tuple3<T1,T3,T8> |
_138()
Create a new 3-tuple from this one where the elements are ordered: 1st, 3rd, 8th.
|
Tuple2<T1,T4> |
_14()
Create a new 2-tuple from this one where the elements are ordered: 1st, 4th.
|
Tuple3<T1,T4,T2> |
_142()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 2nd.
|
Tuple3<T1,T4,T3> |
_143()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 3rd.
|
Tuple3<T1,T4,T5> |
_145()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 5th.
|
Tuple4<T1,T4,T5,T6> |
_1456()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th.
|
Tuple5<T1,T4,T5,T6,T7> |
_14567()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th.
|
Tuple6<T1,T4,T5,T6,T7,T8> |
_145678()
Create a new 6-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 7th, 8th.
|
Tuple5<T1,T4,T5,T6,T8> |
_14568()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 6th, 8th.
|
Tuple4<T1,T4,T5,T7> |
_1457()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th.
|
Tuple5<T1,T4,T5,T7,T8> |
_14578()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 5th, 7th, 8th.
|
Tuple4<T1,T4,T5,T8> |
_1458()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 5th, 8th.
|
Tuple3<T1,T4,T6> |
_146()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 6th.
|
Tuple4<T1,T4,T6,T7> |
_1467()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th.
|
Tuple5<T1,T4,T6,T7,T8> |
_14678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 4th, 6th, 7th, 8th.
|
Tuple4<T1,T4,T6,T8> |
_1468()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 6th, 8th.
|
Tuple3<T1,T4,T7> |
_147()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 7th.
|
Tuple4<T1,T4,T7,T8> |
_1478()
Create a new 4-tuple from this one where the elements are ordered: 1st, 4th, 7th, 8th.
|
Tuple3<T1,T4,T8> |
_148()
Create a new 3-tuple from this one where the elements are ordered: 1st, 4th, 8th.
|
Tuple2<T1,T5> |
_15()
Create a new 2-tuple from this one where the elements are ordered: 1st, 5th.
|
Tuple3<T1,T5,T2> |
_152()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 2nd.
|
Tuple3<T1,T5,T3> |
_153()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 3rd.
|
Tuple3<T1,T5,T4> |
_154()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 4th.
|
Tuple3<T1,T5,T6> |
_156()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 6th.
|
Tuple4<T1,T5,T6,T7> |
_1567()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th.
|
Tuple5<T1,T5,T6,T7,T8> |
_15678()
Create a new 5-tuple from this one where the elements are ordered: 1st, 5th, 6th, 7th, 8th.
|
Tuple4<T1,T5,T6,T8> |
_1568()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 6th, 8th.
|
Tuple3<T1,T5,T7> |
_157()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 7th.
|
Tuple4<T1,T5,T7,T8> |
_1578()
Create a new 4-tuple from this one where the elements are ordered: 1st, 5th, 7th, 8th.
|
Tuple3<T1,T5,T8> |
_158()
Create a new 3-tuple from this one where the elements are ordered: 1st, 5th, 8th.
|
Tuple2<T1,T6> |
_16()
Create a new 2-tuple from this one where the elements are ordered: 1st, 6th.
|
Tuple3<T1,T6,T2> |
_162()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 2nd.
|
Tuple3<T1,T6,T3> |
_163()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 3rd.
|
Tuple3<T1,T6,T4> |
_164()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 4th.
|
Tuple3<T1,T6,T5> |
_165()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 5th.
|
Tuple3<T1,T6,T7> |
_167()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 7th.
|
Tuple4<T1,T6,T7,T8> |
_1678()
Create a new 4-tuple from this one where the elements are ordered: 1st, 6th, 7th, 8th.
|
Tuple3<T1,T6,T8> |
_168()
Create a new 3-tuple from this one where the elements are ordered: 1st, 6th, 8th.
|
Tuple2<T1,T7> |
_17()
Create a new 2-tuple from this one where the elements are ordered: 1st, 7th.
|
Tuple3<T1,T7,T2> |
_172()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 2nd.
|
Tuple3<T1,T7,T3> |
_173()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 3rd.
|
Tuple3<T1,T7,T4> |
_174()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 4th.
|
Tuple3<T1,T7,T5> |
_175()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 5th.
|
Tuple3<T1,T7,T6> |
_176()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 6th.
|
Tuple3<T1,T7,T8> |
_178()
Create a new 3-tuple from this one where the elements are ordered: 1st, 7th, 8th.
|
Tuple2<T1,T8> |
_18()
Create a new 2-tuple from this one where the elements are ordered: 1st, 8th.
|
Tuple3<T1,T8,T2> |
_182()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 2nd.
|
Tuple3<T1,T8,T3> |
_183()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 3rd.
|
Tuple3<T1,T8,T4> |
_184()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 4th.
|
Tuple3<T1,T8,T5> |
_185()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 5th.
|
Tuple3<T1,T8,T6> |
_186()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 6th.
|
Tuple3<T1,T8,T7> |
_187()
Create a new 3-tuple from this one where the elements are ordered: 1st, 8th, 7th.
|
T2 |
_2()
Get the second element.
|
Tuple2<T2,T1> |
_21()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 1st.
|
Tuple3<T2,T1,T3> |
_213()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 3rd.
|
Tuple3<T2,T1,T4> |
_214()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 4th.
|
Tuple3<T2,T1,T5> |
_215()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 5th.
|
Tuple3<T2,T1,T6> |
_216()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 6th.
|
Tuple3<T2,T1,T7> |
_217()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 7th.
|
Tuple3<T2,T1,T8> |
_218()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 1st, 8th.
|
Tuple2<T2,T3> |
_23()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 3rd.
|
Tuple3<T2,T3,T1> |
_231()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 1st.
|
Tuple3<T2,T3,T4> |
_234()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 4th.
|
Tuple4<T2,T3,T4,T5> |
_2345()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th.
|
Tuple5<T2,T3,T4,T5,T6> |
_23456()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th.
|
Tuple6<T2,T3,T4,T5,T6,T7> |
_234567()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th.
|
Tuple7<T2,T3,T4,T5,T6,T7,T8> |
_2345678()
Create a new 7-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 7th, 8th.
|
Tuple6<T2,T3,T4,T5,T6,T8> |
_234568()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 6th, 8th.
|
Tuple5<T2,T3,T4,T5,T7> |
_23457()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th.
|
Tuple6<T2,T3,T4,T5,T7,T8> |
_234578()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 7th, 8th.
|
Tuple5<T2,T3,T4,T5,T8> |
_23458()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 5th, 8th.
|
Tuple4<T2,T3,T4,T6> |
_2346()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th.
|
Tuple5<T2,T3,T4,T6,T7> |
_23467()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th.
|
Tuple6<T2,T3,T4,T6,T7,T8> |
_234678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 7th, 8th.
|
Tuple5<T2,T3,T4,T6,T8> |
_23468()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 6th, 8th.
|
Tuple4<T2,T3,T4,T7> |
_2347()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th.
|
Tuple5<T2,T3,T4,T7,T8> |
_23478()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 7th, 8th.
|
Tuple4<T2,T3,T4,T8> |
_2348()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 4th, 8th.
|
Tuple3<T2,T3,T5> |
_235()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 5th.
|
Tuple4<T2,T3,T5,T6> |
_2356()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th.
|
Tuple5<T2,T3,T5,T6,T7> |
_23567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th.
|
Tuple6<T2,T3,T5,T6,T7,T8> |
_235678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 7th, 8th.
|
Tuple5<T2,T3,T5,T6,T8> |
_23568()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 6th, 8th.
|
Tuple4<T2,T3,T5,T7> |
_2357()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th.
|
Tuple5<T2,T3,T5,T7,T8> |
_23578()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 7th, 8th.
|
Tuple4<T2,T3,T5,T8> |
_2358()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 5th, 8th.
|
Tuple3<T2,T3,T6> |
_236()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 6th.
|
Tuple4<T2,T3,T6,T7> |
_2367()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th.
|
Tuple5<T2,T3,T6,T7,T8> |
_23678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 7th, 8th.
|
Tuple4<T2,T3,T6,T8> |
_2368()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 6th, 8th.
|
Tuple3<T2,T3,T7> |
_237()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 7th.
|
Tuple4<T2,T3,T7,T8> |
_2378()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 3rd, 7th, 8th.
|
Tuple3<T2,T3,T8> |
_238()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 3rd, 8th.
|
Tuple2<T2,T4> |
_24()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 4th.
|
Tuple3<T2,T4,T1> |
_241()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 1st.
|
Tuple3<T2,T4,T3> |
_243()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 3rd.
|
Tuple3<T2,T4,T5> |
_245()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 5th.
|
Tuple4<T2,T4,T5,T6> |
_2456()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th.
|
Tuple5<T2,T4,T5,T6,T7> |
_24567()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th.
|
Tuple6<T2,T4,T5,T6,T7,T8> |
_245678()
Create a new 6-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 7th, 8th.
|
Tuple5<T2,T4,T5,T6,T8> |
_24568()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 6th, 8th.
|
Tuple4<T2,T4,T5,T7> |
_2457()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th.
|
Tuple5<T2,T4,T5,T7,T8> |
_24578()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 7th, 8th.
|
Tuple4<T2,T4,T5,T8> |
_2458()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 5th, 8th.
|
Tuple3<T2,T4,T6> |
_246()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 6th.
|
Tuple4<T2,T4,T6,T7> |
_2467()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th.
|
Tuple5<T2,T4,T6,T7,T8> |
_24678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 7th, 8th.
|
Tuple4<T2,T4,T6,T8> |
_2468()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 6th, 8th.
|
Tuple3<T2,T4,T7> |
_247()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 7th.
|
Tuple4<T2,T4,T7,T8> |
_2478()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 4th, 7th, 8th.
|
Tuple3<T2,T4,T8> |
_248()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 4th, 8th.
|
Tuple2<T2,T5> |
_25()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 5th.
|
Tuple3<T2,T5,T1> |
_251()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 1st.
|
Tuple3<T2,T5,T3> |
_253()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 3rd.
|
Tuple3<T2,T5,T4> |
_254()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 4th.
|
Tuple3<T2,T5,T6> |
_256()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 6th.
|
Tuple4<T2,T5,T6,T7> |
_2567()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th.
|
Tuple5<T2,T5,T6,T7,T8> |
_25678()
Create a new 5-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 7th, 8th.
|
Tuple4<T2,T5,T6,T8> |
_2568()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 6th, 8th.
|
Tuple3<T2,T5,T7> |
_257()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 7th.
|
Tuple4<T2,T5,T7,T8> |
_2578()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 5th, 7th, 8th.
|
Tuple3<T2,T5,T8> |
_258()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 5th, 8th.
|
Tuple2<T2,T6> |
_26()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 6th.
|
Tuple3<T2,T6,T1> |
_261()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 1st.
|
Tuple3<T2,T6,T3> |
_263()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 3rd.
|
Tuple3<T2,T6,T4> |
_264()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 4th.
|
Tuple3<T2,T6,T5> |
_265()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 5th.
|
Tuple3<T2,T6,T7> |
_267()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 7th.
|
Tuple4<T2,T6,T7,T8> |
_2678()
Create a new 4-tuple from this one where the elements are ordered: 2nd, 6th, 7th, 8th.
|
Tuple3<T2,T6,T8> |
_268()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 6th, 8th.
|
Tuple2<T2,T7> |
_27()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 7th.
|
Tuple3<T2,T7,T1> |
_271()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 1st.
|
Tuple3<T2,T7,T3> |
_273()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 3rd.
|
Tuple3<T2,T7,T4> |
_274()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 4th.
|
Tuple3<T2,T7,T5> |
_275()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 5th.
|
Tuple3<T2,T7,T6> |
_276()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 6th.
|
Tuple3<T2,T7,T8> |
_278()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 7th, 8th.
|
Tuple2<T2,T8> |
_28()
Create a new 2-tuple from this one where the elements are ordered: 2nd, 8th.
|
Tuple3<T2,T8,T1> |
_281()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 1st.
|
Tuple3<T2,T8,T3> |
_283()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 3rd.
|
Tuple3<T2,T8,T4> |
_284()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 4th.
|
Tuple3<T2,T8,T5> |
_285()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 5th.
|
Tuple3<T2,T8,T6> |
_286()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 6th.
|
Tuple3<T2,T8,T7> |
_287()
Create a new 3-tuple from this one where the elements are ordered: 2nd, 8th, 7th.
|
T3 |
_3()
Get the third element.
|
Tuple2<T3,T1> |
_31()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 1st.
|
Tuple3<T3,T1,T2> |
_312()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 2nd.
|
Tuple3<T3,T1,T4> |
_314()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 4th.
|
Tuple3<T3,T1,T5> |
_315()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 5th.
|
Tuple3<T3,T1,T6> |
_316()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 6th.
|
Tuple3<T3,T1,T7> |
_317()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 7th.
|
Tuple3<T3,T1,T8> |
_318()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 1st, 8th.
|
Tuple2<T3,T2> |
_32()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 2nd.
|
Tuple3<T3,T2,T1> |
_321()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 1st.
|
Tuple3<T3,T2,T4> |
_324()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 4th.
|
Tuple3<T3,T2,T5> |
_325()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 5th.
|
Tuple3<T3,T2,T6> |
_326()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 6th.
|
Tuple3<T3,T2,T7> |
_327()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 7th.
|
Tuple3<T3,T2,T8> |
_328()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 2nd, 8th.
|
Tuple2<T3,T4> |
_34()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 4th.
|
Tuple3<T3,T4,T1> |
_341()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 1st.
|
Tuple3<T3,T4,T2> |
_342()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 2nd.
|
Tuple3<T3,T4,T5> |
_345()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 5th.
|
Tuple4<T3,T4,T5,T6> |
_3456()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th.
|
Tuple5<T3,T4,T5,T6,T7> |
_34567()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th.
|
Tuple6<T3,T4,T5,T6,T7,T8> |
_345678()
Create a new 6-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 7th, 8th.
|
Tuple5<T3,T4,T5,T6,T8> |
_34568()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 6th, 8th.
|
Tuple4<T3,T4,T5,T7> |
_3457()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th.
|
Tuple5<T3,T4,T5,T7,T8> |
_34578()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 7th, 8th.
|
Tuple4<T3,T4,T5,T8> |
_3458()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 5th, 8th.
|
Tuple3<T3,T4,T6> |
_346()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 6th.
|
Tuple4<T3,T4,T6,T7> |
_3467()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th.
|
Tuple5<T3,T4,T6,T7,T8> |
_34678()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 7th, 8th.
|
Tuple4<T3,T4,T6,T8> |
_3468()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 6th, 8th.
|
Tuple3<T3,T4,T7> |
_347()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 7th.
|
Tuple4<T3,T4,T7,T8> |
_3478()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 4th, 7th, 8th.
|
Tuple3<T3,T4,T8> |
_348()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 4th, 8th.
|
Tuple2<T3,T5> |
_35()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 5th.
|
Tuple3<T3,T5,T1> |
_351()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 1st.
|
Tuple3<T3,T5,T2> |
_352()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 2nd.
|
Tuple3<T3,T5,T4> |
_354()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 4th.
|
Tuple3<T3,T5,T6> |
_356()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 6th.
|
Tuple4<T3,T5,T6,T7> |
_3567()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th.
|
Tuple5<T3,T5,T6,T7,T8> |
_35678()
Create a new 5-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 7th, 8th.
|
Tuple4<T3,T5,T6,T8> |
_3568()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 6th, 8th.
|
Tuple3<T3,T5,T7> |
_357()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 7th.
|
Tuple4<T3,T5,T7,T8> |
_3578()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 5th, 7th, 8th.
|
Tuple3<T3,T5,T8> |
_358()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 5th, 8th.
|
Tuple2<T3,T6> |
_36()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 6th.
|
Tuple3<T3,T6,T1> |
_361()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 1st.
|
Tuple3<T3,T6,T2> |
_362()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 2nd.
|
Tuple3<T3,T6,T4> |
_364()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 4th.
|
Tuple3<T3,T6,T5> |
_365()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 5th.
|
Tuple3<T3,T6,T7> |
_367()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 7th.
|
Tuple4<T3,T6,T7,T8> |
_3678()
Create a new 4-tuple from this one where the elements are ordered: 3rd, 6th, 7th, 8th.
|
Tuple3<T3,T6,T8> |
_368()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 6th, 8th.
|
Tuple2<T3,T7> |
_37()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 7th.
|
Tuple3<T3,T7,T1> |
_371()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 1st.
|
Tuple3<T3,T7,T2> |
_372()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 2nd.
|
Tuple3<T3,T7,T4> |
_374()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 4th.
|
Tuple3<T3,T7,T5> |
_375()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 5th.
|
Tuple3<T3,T7,T6> |
_376()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 6th.
|
Tuple3<T3,T7,T8> |
_378()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 7th, 8th.
|
Tuple2<T3,T8> |
_38()
Create a new 2-tuple from this one where the elements are ordered: 3rd, 8th.
|
Tuple3<T3,T8,T1> |
_381()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 1st.
|
Tuple3<T3,T8,T2> |
_382()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 2nd.
|
Tuple3<T3,T8,T4> |
_384()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 4th.
|
Tuple3<T3,T8,T5> |
_385()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 5th.
|
Tuple3<T3,T8,T6> |
_386()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 6th.
|
Tuple3<T3,T8,T7> |
_387()
Create a new 3-tuple from this one where the elements are ordered: 3rd, 8th, 7th.
|
T4 |
_4()
Get the fourth element.
|
Tuple2<T4,T1> |
_41()
Create a new 2-tuple from this one where the elements are ordered: 4th, 1st.
|
Tuple3<T4,T1,T2> |
_412()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 2nd.
|
Tuple3<T4,T1,T3> |
_413()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 3rd.
|
Tuple3<T4,T1,T5> |
_415()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 5th.
|
Tuple3<T4,T1,T6> |
_416()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 6th.
|
Tuple3<T4,T1,T7> |
_417()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 7th.
|
Tuple3<T4,T1,T8> |
_418()
Create a new 3-tuple from this one where the elements are ordered: 4th, 1st, 8th.
|
Tuple2<T4,T2> |
_42()
Create a new 2-tuple from this one where the elements are ordered: 4th, 2nd.
|
Tuple3<T4,T2,T1> |
_421()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 1st.
|
Tuple3<T4,T2,T3> |
_423()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 3rd.
|
Tuple3<T4,T2,T5> |
_425()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 5th.
|
Tuple3<T4,T2,T6> |
_426()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 6th.
|
Tuple3<T4,T2,T7> |
_427()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 7th.
|
Tuple3<T4,T2,T8> |
_428()
Create a new 3-tuple from this one where the elements are ordered: 4th, 2nd, 8th.
|
Tuple2<T4,T3> |
_43()
Create a new 2-tuple from this one where the elements are ordered: 4th, 3rd.
|
Tuple3<T4,T3,T1> |
_431()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 1st.
|
Tuple3<T4,T3,T2> |
_432()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 2nd.
|
Tuple3<T4,T3,T5> |
_435()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 5th.
|
Tuple3<T4,T3,T6> |
_436()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 6th.
|
Tuple3<T4,T3,T7> |
_437()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 7th.
|
Tuple3<T4,T3,T8> |
_438()
Create a new 3-tuple from this one where the elements are ordered: 4th, 3rd, 8th.
|
Tuple2<T4,T5> |
_45()
Create a new 2-tuple from this one where the elements are ordered: 4th, 5th.
|
Tuple3<T4,T5,T1> |
_451()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 1st.
|
Tuple3<T4,T5,T2> |
_452()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 2nd.
|
Tuple3<T4,T5,T3> |
_453()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 3rd.
|
Tuple3<T4,T5,T6> |
_456()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 6th.
|
Tuple4<T4,T5,T6,T7> |
_4567()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th.
|
Tuple5<T4,T5,T6,T7,T8> |
_45678()
Create a new 5-tuple from this one where the elements are ordered: 4th, 5th, 6th, 7th, 8th.
|
Tuple4<T4,T5,T6,T8> |
_4568()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 6th, 8th.
|
Tuple3<T4,T5,T7> |
_457()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 7th.
|
Tuple4<T4,T5,T7,T8> |
_4578()
Create a new 4-tuple from this one where the elements are ordered: 4th, 5th, 7th, 8th.
|
Tuple3<T4,T5,T8> |
_458()
Create a new 3-tuple from this one where the elements are ordered: 4th, 5th, 8th.
|
Tuple2<T4,T6> |
_46()
Create a new 2-tuple from this one where the elements are ordered: 4th, 6th.
|
Tuple3<T4,T6,T1> |
_461()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 1st.
|
Tuple3<T4,T6,T2> |
_462()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 2nd.
|
Tuple3<T4,T6,T3> |
_463()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 3rd.
|
Tuple3<T4,T6,T5> |
_465()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 5th.
|
Tuple3<T4,T6,T7> |
_467()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 7th.
|
Tuple4<T4,T6,T7,T8> |
_4678()
Create a new 4-tuple from this one where the elements are ordered: 4th, 6th, 7th, 8th.
|
Tuple3<T4,T6,T8> |
_468()
Create a new 3-tuple from this one where the elements are ordered: 4th, 6th, 8th.
|
Tuple2<T4,T7> |
_47()
Create a new 2-tuple from this one where the elements are ordered: 4th, 7th.
|
Tuple3<T4,T7,T1> |
_471()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 1st.
|
Tuple3<T4,T7,T2> |
_472()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 2nd.
|
Tuple3<T4,T7,T3> |
_473()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 3rd.
|
Tuple3<T4,T7,T5> |
_475()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 5th.
|
Tuple3<T4,T7,T6> |
_476()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 6th.
|
Tuple3<T4,T7,T8> |
_478()
Create a new 3-tuple from this one where the elements are ordered: 4th, 7th, 8th.
|
Tuple2<T4,T8> |
_48()
Create a new 2-tuple from this one where the elements are ordered: 4th, 8th.
|
Tuple3<T4,T8,T1> |
_481()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 1st.
|
Tuple3<T4,T8,T2> |
_482()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 2nd.
|
Tuple3<T4,T8,T3> |
_483()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 3rd.
|
Tuple3<T4,T8,T5> |
_485()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 5th.
|
Tuple3<T4,T8,T6> |
_486()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 6th.
|
Tuple3<T4,T8,T7> |
_487()
Create a new 3-tuple from this one where the elements are ordered: 4th, 8th, 7th.
|
T5 |
_5()
Get the fifth element.
|
Tuple2<T5,T1> |
_51()
Create a new 2-tuple from this one where the elements are ordered: 5th, 1st.
|
Tuple3<T5,T1,T2> |
_512()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 2nd.
|
Tuple3<T5,T1,T3> |
_513()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 3rd.
|
Tuple3<T5,T1,T4> |
_514()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 4th.
|
Tuple3<T5,T1,T6> |
_516()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 6th.
|
Tuple3<T5,T1,T7> |
_517()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 7th.
|
Tuple3<T5,T1,T8> |
_518()
Create a new 3-tuple from this one where the elements are ordered: 5th, 1st, 8th.
|
Tuple2<T5,T2> |
_52()
Create a new 2-tuple from this one where the elements are ordered: 5th, 2nd.
|
Tuple3<T5,T2,T1> |
_521()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 1st.
|
Tuple3<T5,T2,T3> |
_523()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 3rd.
|
Tuple3<T5,T2,T4> |
_524()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 4th.
|
Tuple3<T5,T2,T6> |
_526()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 6th.
|
Tuple3<T5,T2,T7> |
_527()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 7th.
|
Tuple3<T5,T2,T8> |
_528()
Create a new 3-tuple from this one where the elements are ordered: 5th, 2nd, 8th.
|
Tuple2<T5,T3> |
_53()
Create a new 2-tuple from this one where the elements are ordered: 5th, 3rd.
|
Tuple3<T5,T3,T1> |
_531()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 1st.
|
Tuple3<T5,T3,T2> |
_532()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 2nd.
|
Tuple3<T5,T3,T4> |
_534()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 4th.
|
Tuple3<T5,T3,T6> |
_536()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 6th.
|
Tuple3<T5,T3,T7> |
_537()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 7th.
|
Tuple3<T5,T3,T8> |
_538()
Create a new 3-tuple from this one where the elements are ordered: 5th, 3rd, 8th.
|
Tuple2<T5,T4> |
_54()
Create a new 2-tuple from this one where the elements are ordered: 5th, 4th.
|
Tuple3<T5,T4,T1> |
_541()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 1st.
|
Tuple3<T5,T4,T2> |
_542()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 2nd.
|
Tuple3<T5,T4,T3> |
_543()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 3rd.
|
Tuple3<T5,T4,T6> |
_546()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 6th.
|
Tuple3<T5,T4,T7> |
_547()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 7th.
|
Tuple3<T5,T4,T8> |
_548()
Create a new 3-tuple from this one where the elements are ordered: 5th, 4th, 8th.
|
Tuple2<T5,T6> |
_56()
Create a new 2-tuple from this one where the elements are ordered: 5th, 6th.
|
Tuple3<T5,T6,T1> |
_561()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 1st.
|
Tuple3<T5,T6,T2> |
_562()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 2nd.
|
Tuple3<T5,T6,T3> |
_563()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 3rd.
|
Tuple3<T5,T6,T4> |
_564()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 4th.
|
Tuple3<T5,T6,T7> |
_567()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 7th.
|
Tuple4<T5,T6,T7,T8> |
_5678()
Create a new 4-tuple from this one where the elements are ordered: 5th, 6th, 7th, 8th.
|
Tuple3<T5,T6,T8> |
_568()
Create a new 3-tuple from this one where the elements are ordered: 5th, 6th, 8th.
|
Tuple2<T5,T7> |
_57()
Create a new 2-tuple from this one where the elements are ordered: 5th, 7th.
|
Tuple3<T5,T7,T1> |
_571()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 1st.
|
Tuple3<T5,T7,T2> |
_572()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 2nd.
|
Tuple3<T5,T7,T3> |
_573()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 3rd.
|
Tuple3<T5,T7,T4> |
_574()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 4th.
|
Tuple3<T5,T7,T6> |
_576()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 6th.
|
Tuple3<T5,T7,T8> |
_578()
Create a new 3-tuple from this one where the elements are ordered: 5th, 7th, 8th.
|
Tuple2<T5,T8> |
_58()
Create a new 2-tuple from this one where the elements are ordered: 5th, 8th.
|
Tuple3<T5,T8,T1> |
_581()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 1st.
|
Tuple3<T5,T8,T2> |
_582()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 2nd.
|
Tuple3<T5,T8,T3> |
_583()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 3rd.
|
Tuple3<T5,T8,T4> |
_584()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 4th.
|
Tuple3<T5,T8,T6> |
_586()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 6th.
|
Tuple3<T5,T8,T7> |
_587()
Create a new 3-tuple from this one where the elements are ordered: 5th, 8th, 7th.
|
T6 |
_6()
Get the sixth element.
|
Tuple2<T6,T1> |
_61()
Create a new 2-tuple from this one where the elements are ordered: 6th, 1st.
|
Tuple3<T6,T1,T2> |
_612()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 2nd.
|
Tuple3<T6,T1,T3> |
_613()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 3rd.
|
Tuple3<T6,T1,T4> |
_614()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 4th.
|
Tuple3<T6,T1,T5> |
_615()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 5th.
|
Tuple3<T6,T1,T7> |
_617()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 7th.
|
Tuple3<T6,T1,T8> |
_618()
Create a new 3-tuple from this one where the elements are ordered: 6th, 1st, 8th.
|
Tuple2<T6,T2> |
_62()
Create a new 2-tuple from this one where the elements are ordered: 6th, 2nd.
|
Tuple3<T6,T2,T1> |
_621()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 1st.
|
Tuple3<T6,T2,T3> |
_623()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 3rd.
|
Tuple3<T6,T2,T4> |
_624()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 4th.
|
Tuple3<T6,T2,T5> |
_625()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 5th.
|
Tuple3<T6,T2,T7> |
_627()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 7th.
|
Tuple3<T6,T2,T8> |
_628()
Create a new 3-tuple from this one where the elements are ordered: 6th, 2nd, 8th.
|
Tuple2<T6,T3> |
_63()
Create a new 2-tuple from this one where the elements are ordered: 6th, 3rd.
|
Tuple3<T6,T3,T1> |
_631()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 1st.
|
Tuple3<T6,T3,T2> |
_632()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 2nd.
|
Tuple3<T6,T3,T4> |
_634()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 4th.
|
Tuple3<T6,T3,T5> |
_635()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 5th.
|
Tuple3<T6,T3,T7> |
_637()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 7th.
|
Tuple3<T6,T3,T8> |
_638()
Create a new 3-tuple from this one where the elements are ordered: 6th, 3rd, 8th.
|
Tuple2<T6,T4> |
_64()
Create a new 2-tuple from this one where the elements are ordered: 6th, 4th.
|
Tuple3<T6,T4,T1> |
_641()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 1st.
|
Tuple3<T6,T4,T2> |
_642()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 2nd.
|
Tuple3<T6,T4,T3> |
_643()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 3rd.
|
Tuple3<T6,T4,T5> |
_645()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 5th.
|
Tuple3<T6,T4,T7> |
_647()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 7th.
|
Tuple3<T6,T4,T8> |
_648()
Create a new 3-tuple from this one where the elements are ordered: 6th, 4th, 8th.
|
Tuple2<T6,T5> |
_65()
Create a new 2-tuple from this one where the elements are ordered: 6th, 5th.
|
Tuple3<T6,T5,T1> |
_651()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 1st.
|
Tuple3<T6,T5,T2> |
_652()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 2nd.
|
Tuple3<T6,T5,T3> |
_653()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 3rd.
|
Tuple3<T6,T5,T4> |
_654()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 4th.
|
Tuple3<T6,T5,T7> |
_657()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 7th.
|
Tuple3<T6,T5,T8> |
_658()
Create a new 3-tuple from this one where the elements are ordered: 6th, 5th, 8th.
|
Tuple2<T6,T7> |
_67()
Create a new 2-tuple from this one where the elements are ordered: 6th, 7th.
|
Tuple3<T6,T7,T1> |
_671()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 1st.
|
Tuple3<T6,T7,T2> |
_672()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 2nd.
|
Tuple3<T6,T7,T3> |
_673()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 3rd.
|
Tuple3<T6,T7,T4> |
_674()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 4th.
|
Tuple3<T6,T7,T5> |
_675()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 5th.
|
Tuple3<T6,T7,T8> |
_678()
Create a new 3-tuple from this one where the elements are ordered: 6th, 7th, 8th.
|
Tuple2<T6,T8> |
_68()
Create a new 2-tuple from this one where the elements are ordered: 6th, 8th.
|
Tuple3<T6,T8,T1> |
_681()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 1st.
|
Tuple3<T6,T8,T2> |
_682()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 2nd.
|
Tuple3<T6,T8,T3> |
_683()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 3rd.
|
Tuple3<T6,T8,T4> |
_684()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 4th.
|
Tuple3<T6,T8,T5> |
_685()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 5th.
|
Tuple3<T6,T8,T7> |
_687()
Create a new 3-tuple from this one where the elements are ordered: 6th, 8th, 7th.
|
T7 |
_7()
Get the seventh element.
|
Tuple2<T7,T1> |
_71()
Create a new 2-tuple from this one where the elements are ordered: 7th, 1st.
|
Tuple3<T7,T1,T2> |
_712()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 2nd.
|
Tuple3<T7,T1,T3> |
_713()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 3rd.
|
Tuple3<T7,T1,T4> |
_714()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 4th.
|
Tuple3<T7,T1,T5> |
_715()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 5th.
|
Tuple3<T7,T1,T6> |
_716()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 6th.
|
Tuple3<T7,T1,T8> |
_718()
Create a new 3-tuple from this one where the elements are ordered: 7th, 1st, 8th.
|
Tuple2<T7,T2> |
_72()
Create a new 2-tuple from this one where the elements are ordered: 7th, 2nd.
|
Tuple3<T7,T2,T1> |
_721()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 1st.
|
Tuple3<T7,T2,T3> |
_723()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 3rd.
|
Tuple3<T7,T2,T4> |
_724()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 4th.
|
Tuple3<T7,T2,T5> |
_725()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 5th.
|
Tuple3<T7,T2,T6> |
_726()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 6th.
|
Tuple3<T7,T2,T8> |
_728()
Create a new 3-tuple from this one where the elements are ordered: 7th, 2nd, 8th.
|
Tuple2<T7,T3> |
_73()
Create a new 2-tuple from this one where the elements are ordered: 7th, 3rd.
|
Tuple3<T7,T3,T1> |
_731()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 1st.
|
Tuple3<T7,T3,T2> |
_732()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 2nd.
|
Tuple3<T7,T3,T4> |
_734()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 4th.
|
Tuple3<T7,T3,T5> |
_735()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 5th.
|
Tuple3<T7,T3,T6> |
_736()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 6th.
|
Tuple3<T7,T3,T8> |
_738()
Create a new 3-tuple from this one where the elements are ordered: 7th, 3rd, 8th.
|
Tuple2<T7,T4> |
_74()
Create a new 2-tuple from this one where the elements are ordered: 7th, 4th.
|
Tuple3<T7,T4,T1> |
_741()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 1st.
|
Tuple3<T7,T4,T2> |
_742()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 2nd.
|
Tuple3<T7,T4,T3> |
_743()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 3rd.
|
Tuple3<T7,T4,T5> |
_745()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 5th.
|
Tuple3<T7,T4,T6> |
_746()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 6th.
|
Tuple3<T7,T4,T8> |
_748()
Create a new 3-tuple from this one where the elements are ordered: 7th, 4th, 8th.
|
Tuple2<T7,T5> |
_75()
Create a new 2-tuple from this one where the elements are ordered: 7th, 5th.
|
Tuple3<T7,T5,T1> |
_751()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 1st.
|
Tuple3<T7,T5,T2> |
_752()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 2nd.
|
Tuple3<T7,T5,T3> |
_753()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 3rd.
|
Tuple3<T7,T5,T4> |
_754()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 4th.
|
Tuple3<T7,T5,T6> |
_756()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 6th.
|
Tuple3<T7,T5,T8> |
_758()
Create a new 3-tuple from this one where the elements are ordered: 7th, 5th, 8th.
|
Tuple2<T7,T6> |
_76()
Create a new 2-tuple from this one where the elements are ordered: 7th, 6th.
|
Tuple3<T7,T6,T1> |
_761()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 1st.
|
Tuple3<T7,T6,T2> |
_762()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 2nd.
|
Tuple3<T7,T6,T3> |
_763()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 3rd.
|
Tuple3<T7,T6,T4> |
_764()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 4th.
|
Tuple3<T7,T6,T5> |
_765()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 5th.
|
Tuple3<T7,T6,T8> |
_768()
Create a new 3-tuple from this one where the elements are ordered: 7th, 6th, 8th.
|
Tuple2<T7,T8> |
_78()
Create a new 2-tuple from this one where the elements are ordered: 7th, 8th.
|
Tuple3<T7,T8,T1> |
_781()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 1st.
|
Tuple3<T7,T8,T2> |
_782()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 2nd.
|
Tuple3<T7,T8,T3> |
_783()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 3rd.
|
Tuple3<T7,T8,T4> |
_784()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 4th.
|
Tuple3<T7,T8,T5> |
_785()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 5th.
|
Tuple3<T7,T8,T6> |
_786()
Create a new 3-tuple from this one where the elements are ordered: 7th, 8th, 6th.
|
T8 |
_8()
Get the eighth element.
|
Tuple2<T8,T1> |
_81()
Create a new 2-tuple from this one where the elements are ordered: 8th, 1st.
|
Tuple3<T8,T1,T2> |
_812()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 2nd.
|
Tuple3<T8,T1,T3> |
_813()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 3rd.
|
Tuple3<T8,T1,T4> |
_814()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 4th.
|
Tuple3<T8,T1,T5> |
_815()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 5th.
|
Tuple3<T8,T1,T6> |
_816()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 6th.
|
Tuple3<T8,T1,T7> |
_817()
Create a new 3-tuple from this one where the elements are ordered: 8th, 1st, 7th.
|
Tuple2<T8,T2> |
_82()
Create a new 2-tuple from this one where the elements are ordered: 8th, 2nd.
|
Tuple3<T8,T2,T1> |
_821()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 1st.
|
Tuple3<T8,T2,T3> |
_823()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 3rd.
|
Tuple3<T8,T2,T4> |
_824()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 4th.
|
Tuple3<T8,T2,T5> |
_825()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 5th.
|
Tuple3<T8,T2,T6> |
_826()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 6th.
|
Tuple3<T8,T2,T7> |
_827()
Create a new 3-tuple from this one where the elements are ordered: 8th, 2nd, 7th.
|
Tuple2<T8,T3> |
_83()
Create a new 2-tuple from this one where the elements are ordered: 8th, 3rd.
|
Tuple3<T8,T3,T1> |
_831()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 1st.
|
Tuple3<T8,T3,T2> |
_832()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 2nd.
|
Tuple3<T8,T3,T4> |
_834()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 4th.
|
Tuple3<T8,T3,T5> |
_835()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 5th.
|
Tuple3<T8,T3,T6> |
_836()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 6th.
|
Tuple3<T8,T3,T7> |
_837()
Create a new 3-tuple from this one where the elements are ordered: 8th, 3rd, 7th.
|
Tuple2<T8,T4> |
_84()
Create a new 2-tuple from this one where the elements are ordered: 8th, 4th.
|
Tuple3<T8,T4,T1> |
_841()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 1st.
|
Tuple3<T8,T4,T2> |
_842()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 2nd.
|
Tuple3<T8,T4,T3> |
_843()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 3rd.
|
Tuple3<T8,T4,T5> |
_845()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 5th.
|
Tuple3<T8,T4,T6> |
_846()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 6th.
|
Tuple3<T8,T4,T7> |
_847()
Create a new 3-tuple from this one where the elements are ordered: 8th, 4th, 7th.
|
Tuple2<T8,T5> |
_85()
Create a new 2-tuple from this one where the elements are ordered: 8th, 5th.
|
Tuple3<T8,T5,T1> |
_851()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 1st.
|
Tuple3<T8,T5,T2> |
_852()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 2nd.
|
Tuple3<T8,T5,T3> |
_853()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 3rd.
|
Tuple3<T8,T5,T4> |
_854()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 4th.
|
Tuple3<T8,T5,T6> |
_856()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 6th.
|
Tuple3<T8,T5,T7> |
_857()
Create a new 3-tuple from this one where the elements are ordered: 8th, 5th, 7th.
|
Tuple2<T8,T6> |
_86()
Create a new 2-tuple from this one where the elements are ordered: 8th, 6th.
|
Tuple3<T8,T6,T1> |
_861()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 1st.
|
Tuple3<T8,T6,T2> |
_862()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 2nd.
|
Tuple3<T8,T6,T3> |
_863()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 3rd.
|
Tuple3<T8,T6,T4> |
_864()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 4th.
|
Tuple3<T8,T6,T5> |
_865()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 5th.
|
Tuple3<T8,T6,T7> |
_867()
Create a new 3-tuple from this one where the elements are ordered: 8th, 6th, 7th.
|
Tuple2<T8,T7> |
_87()
Create a new 2-tuple from this one where the elements are ordered: 8th, 7th.
|
Tuple3<T8,T7,T1> |
_871()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 1st.
|
Tuple3<T8,T7,T2> |
_872()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 2nd.
|
Tuple3<T8,T7,T3> |
_873()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 3rd.
|
Tuple3<T8,T7,T4> |
_874()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 4th.
|
Tuple3<T8,T7,T5> |
_875()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 5th.
|
Tuple3<T8,T7,T6> |
_876()
Create a new 3-tuple from this one where the elements are ordered: 8th, 7th, 6th.
|
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
frozenNotNull()
Convert this into an object of a concrete tuple implementation.
|
<T> Tuple9<T,T1,T2,T3,T4,T5,T6,T7,T8> |
i1(T e1)
Create a 9-tuple from this 8-tuple by inserting a new first element.
|
<T> Tuple9<T1,T,T2,T3,T4,T5,T6,T7,T8> |
i2(T e2)
Create a 9-tuple from this 8-tuple by inserting a new second element.
|
<T> Tuple9<T1,T2,T,T3,T4,T5,T6,T7,T8> |
i3(T e3)
Create a 9-tuple from this 8-tuple by inserting a new third element.
|
<T> Tuple9<T1,T2,T3,T,T4,T5,T6,T7,T8> |
i4(T e4)
Create a 9-tuple from this 8-tuple by inserting a new fourth element.
|
<T> Tuple9<T1,T2,T3,T4,T,T5,T6,T7,T8> |
i5(T e5)
Create a 9-tuple from this 8-tuple by inserting a new fifth element.
|
<T> Tuple9<T1,T2,T3,T4,T5,T,T6,T7,T8> |
i6(T e6)
Create a 9-tuple from this 8-tuple by inserting a new sixth element.
|
<T> Tuple9<T1,T2,T3,T4,T5,T6,T,T7,T8> |
i7(T e7)
Create a 9-tuple from this 8-tuple by inserting a new seventh element.
|
<T> Tuple9<T1,T2,T3,T4,T5,T6,T7,T,T8> |
i8(T e8)
Create a 9-tuple from this 8-tuple by inserting a new eighth element.
|
<T> Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T> |
i9(T e9)
Create a 9-tuple from this 8-tuple by adding a new nineth element.
|
java.lang.String |
toString() |
<E1> Tuple8<E1,T2,T3,T4,T5,T6,T7,T8> |
x1(E1 e1)
Create a 8-tuple from this one where the first element is exchanged.
|
<E1,E2> Tuple8<E1,E2,T3,T4,T5,T6,T7,T8> |
x12(E1 e1,
E2 e2)
Create a 8-tuple from this one where the first and second elements are exchanged.
|
<E1,E2,E3> Tuple8<E1,E2,E3,T4,T5,T6,T7,T8> |
x123(E1 e1,
E2 e2,
E3 e3)
Create a 8-tuple from this one where the first, second, and thirdelements are exchanged.
|
<E1,E2,E3,E4> |
x1234(E1 e1,
E2 e2,
E3 e3,
E4 e4)
Create a 8-tuple from this one where the first, second, third, and fourthelements are exchanged.
|
<E1,E2,E3,E4,E5> |
x12345(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the first, second, third, fourth, and fifthelements are exchanged.
|
<E1,E2,E3,E4,E6> |
x12346(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the first, second, third, fourth, and sixthelements are exchanged.
|
<E1,E2,E3,E4,E7> |
x12347(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the first, second, third, fourth, and seventhelements are exchanged.
|
<E1,E2,E3,E4,E8> |
x12348(E1 e1,
E2 e2,
E3 e3,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the first, second, third, fourth, and eighthelements are exchanged.
|
<E1,E2,E3,E5> |
x1235(E1 e1,
E2 e2,
E3 e3,
E5 e5)
Create a 8-tuple from this one where the first, second, third, and fifthelements are exchanged.
|
<E1,E2,E3,E5,E6> |
x12356(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, second, third, fifth, and sixthelements are exchanged.
|
<E1,E2,E3,E5,E7> |
x12357(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, second, third, fifth, and seventhelements are exchanged.
|
<E1,E2,E3,E5,E8> |
x12358(E1 e1,
E2 e2,
E3 e3,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, second, third, fifth, and eighthelements are exchanged.
|
<E1,E2,E3,E6> |
x1236(E1 e1,
E2 e2,
E3 e3,
E6 e6)
Create a 8-tuple from this one where the first, second, third, and sixthelements are exchanged.
|
<E1,E2,E3,E6,E7> |
x12367(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, second, third, sixth, and seventhelements are exchanged.
|
<E1,E2,E3,E6,E8> |
x12368(E1 e1,
E2 e2,
E3 e3,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, second, third, sixth, and eighthelements are exchanged.
|
<E1,E2,E3,E7> |
x1237(E1 e1,
E2 e2,
E3 e3,
E7 e7)
Create a 8-tuple from this one where the first, second, third, and seventhelements are exchanged.
|
<E1,E2,E3,E7,E8> |
x12378(E1 e1,
E2 e2,
E3 e3,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, second, third, seventh, and eighthelements are exchanged.
|
<E1,E2,E3,E8> |
x1238(E1 e1,
E2 e2,
E3 e3,
E8 e8)
Create a 8-tuple from this one where the first, second, third, and eighthelements are exchanged.
|
<E1,E2,E4> Tuple8<E1,E2,T3,E4,T5,T6,T7,T8> |
x124(E1 e1,
E2 e2,
E4 e4)
Create a 8-tuple from this one where the first, second, and fourthelements are exchanged.
|
<E1,E2,E4,E5> |
x1245(E1 e1,
E2 e2,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the first, second, fourth, and fifthelements are exchanged.
|
<E1,E2,E4,E5,E6> |
x12456(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, second, fourth, fifth, and sixthelements are exchanged.
|
<E1,E2,E4,E5,E7> |
x12457(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, second, fourth, fifth, and seventhelements are exchanged.
|
<E1,E2,E4,E5,E8> |
x12458(E1 e1,
E2 e2,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, second, fourth, fifth, and eighthelements are exchanged.
|
<E1,E2,E4,E6> |
x1246(E1 e1,
E2 e2,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the first, second, fourth, and sixthelements are exchanged.
|
<E1,E2,E4,E6,E7> |
x12467(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, second, fourth, sixth, and seventhelements are exchanged.
|
<E1,E2,E4,E6,E8> |
x12468(E1 e1,
E2 e2,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, second, fourth, sixth, and eighthelements are exchanged.
|
<E1,E2,E4,E7> |
x1247(E1 e1,
E2 e2,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the first, second, fourth, and seventhelements are exchanged.
|
<E1,E2,E4,E7,E8> |
x12478(E1 e1,
E2 e2,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, second, fourth, seventh, and eighthelements are exchanged.
|
<E1,E2,E4,E8> |
x1248(E1 e1,
E2 e2,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the first, second, fourth, and eighthelements are exchanged.
|
<E1,E2,E5> Tuple8<E1,E2,T3,T4,E5,T6,T7,T8> |
x125(E1 e1,
E2 e2,
E5 e5)
Create a 8-tuple from this one where the first, second, and fifthelements are exchanged.
|
<E1,E2,E5,E6> |
x1256(E1 e1,
E2 e2,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, second, fifth, and sixthelements are exchanged.
|
<E1,E2,E5,E6,E7> |
x12567(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, second, fifth, sixth, and seventhelements are exchanged.
|
<E1,E2,E5,E6,E8> |
x12568(E1 e1,
E2 e2,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, second, fifth, sixth, and eighthelements are exchanged.
|
<E1,E2,E5,E7> |
x1257(E1 e1,
E2 e2,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, second, fifth, and seventhelements are exchanged.
|
<E1,E2,E5,E7,E8> |
x12578(E1 e1,
E2 e2,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, second, fifth, seventh, and eighthelements are exchanged.
|
<E1,E2,E5,E8> |
x1258(E1 e1,
E2 e2,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, second, fifth, and eighthelements are exchanged.
|
<E1,E2,E6> Tuple8<E1,E2,T3,T4,T5,E6,T7,T8> |
x126(E1 e1,
E2 e2,
E6 e6)
Create a 8-tuple from this one where the first, second, and sixthelements are exchanged.
|
<E1,E2,E6,E7> |
x1267(E1 e1,
E2 e2,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, second, sixth, and seventhelements are exchanged.
|
<E1,E2,E6,E7,E8> |
x12678(E1 e1,
E2 e2,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, second, sixth, seventh, and eighthelements are exchanged.
|
<E1,E2,E6,E8> |
x1268(E1 e1,
E2 e2,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, second, sixth, and eighthelements are exchanged.
|
<E1,E2,E7> Tuple8<E1,E2,T3,T4,T5,T6,E7,T8> |
x127(E1 e1,
E2 e2,
E7 e7)
Create a 8-tuple from this one where the first, second, and seventhelements are exchanged.
|
<E1,E2,E7,E8> |
x1278(E1 e1,
E2 e2,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, second, seventh, and eighthelements are exchanged.
|
<E1,E2,E8> Tuple8<E1,E2,T3,T4,T5,T6,T7,E8> |
x128(E1 e1,
E2 e2,
E8 e8)
Create a 8-tuple from this one where the first, second, and eighthelements are exchanged.
|
<E1,E3> Tuple8<E1,T2,E3,T4,T5,T6,T7,T8> |
x13(E1 e1,
E3 e3)
Create a 8-tuple from this one where the first and third elements are exchanged.
|
<E1,E3,E4> Tuple8<E1,T2,E3,E4,T5,T6,T7,T8> |
x134(E1 e1,
E3 e3,
E4 e4)
Create a 8-tuple from this one where the first, third, and fourthelements are exchanged.
|
<E1,E3,E4,E5> |
x1345(E1 e1,
E3 e3,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the first, third, fourth, and fifthelements are exchanged.
|
<E1,E3,E4,E5,E6> |
x13456(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, third, fourth, fifth, and sixthelements are exchanged.
|
<E1,E3,E4,E5,E7> |
x13457(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, third, fourth, fifth, and seventhelements are exchanged.
|
<E1,E3,E4,E5,E8> |
x13458(E1 e1,
E3 e3,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, third, fourth, fifth, and eighthelements are exchanged.
|
<E1,E3,E4,E6> |
x1346(E1 e1,
E3 e3,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the first, third, fourth, and sixthelements are exchanged.
|
<E1,E3,E4,E6,E7> |
x13467(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, third, fourth, sixth, and seventhelements are exchanged.
|
<E1,E3,E4,E6,E8> |
x13468(E1 e1,
E3 e3,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, third, fourth, sixth, and eighthelements are exchanged.
|
<E1,E3,E4,E7> |
x1347(E1 e1,
E3 e3,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the first, third, fourth, and seventhelements are exchanged.
|
<E1,E3,E4,E7,E8> |
x13478(E1 e1,
E3 e3,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, third, fourth, seventh, and eighthelements are exchanged.
|
<E1,E3,E4,E8> |
x1348(E1 e1,
E3 e3,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the first, third, fourth, and eighthelements are exchanged.
|
<E1,E3,E5> Tuple8<E1,T2,E3,T4,E5,T6,T7,T8> |
x135(E1 e1,
E3 e3,
E5 e5)
Create a 8-tuple from this one where the first, third, and fifthelements are exchanged.
|
<E1,E3,E5,E6> |
x1356(E1 e1,
E3 e3,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, third, fifth, and sixthelements are exchanged.
|
<E1,E3,E5,E6,E7> |
x13567(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, third, fifth, sixth, and seventhelements are exchanged.
|
<E1,E3,E5,E6,E8> |
x13568(E1 e1,
E3 e3,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, third, fifth, sixth, and eighthelements are exchanged.
|
<E1,E3,E5,E7> |
x1357(E1 e1,
E3 e3,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, third, fifth, and seventhelements are exchanged.
|
<E1,E3,E5,E7,E8> |
x13578(E1 e1,
E3 e3,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, third, fifth, seventh, and eighthelements are exchanged.
|
<E1,E3,E5,E8> |
x1358(E1 e1,
E3 e3,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, third, fifth, and eighthelements are exchanged.
|
<E1,E3,E6> Tuple8<E1,T2,E3,T4,T5,E6,T7,T8> |
x136(E1 e1,
E3 e3,
E6 e6)
Create a 8-tuple from this one where the first, third, and sixthelements are exchanged.
|
<E1,E3,E6,E7> |
x1367(E1 e1,
E3 e3,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, third, sixth, and seventhelements are exchanged.
|
<E1,E3,E6,E7,E8> |
x13678(E1 e1,
E3 e3,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, third, sixth, seventh, and eighthelements are exchanged.
|
<E1,E3,E6,E8> |
x1368(E1 e1,
E3 e3,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, third, sixth, and eighthelements are exchanged.
|
<E1,E3,E7> Tuple8<E1,T2,E3,T4,T5,T6,E7,T8> |
x137(E1 e1,
E3 e3,
E7 e7)
Create a 8-tuple from this one where the first, third, and seventhelements are exchanged.
|
<E1,E3,E7,E8> |
x1378(E1 e1,
E3 e3,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, third, seventh, and eighthelements are exchanged.
|
<E1,E3,E8> Tuple8<E1,T2,E3,T4,T5,T6,T7,E8> |
x138(E1 e1,
E3 e3,
E8 e8)
Create a 8-tuple from this one where the first, third, and eighthelements are exchanged.
|
<E1,E4> Tuple8<E1,T2,T3,E4,T5,T6,T7,T8> |
x14(E1 e1,
E4 e4)
Create a 8-tuple from this one where the first and fourth elements are exchanged.
|
<E1,E4,E5> Tuple8<E1,T2,T3,E4,E5,T6,T7,T8> |
x145(E1 e1,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the first, fourth, and fifthelements are exchanged.
|
<E1,E4,E5,E6> |
x1456(E1 e1,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, fourth, fifth, and sixthelements are exchanged.
|
<E1,E4,E5,E6,E7> |
x14567(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E1,E4,E5,E6,E8> |
x14568(E1 e1,
E4 e4,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, fourth, fifth, sixth, and eighthelements are exchanged.
|
<E1,E4,E5,E7> |
x1457(E1 e1,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, fourth, fifth, and seventhelements are exchanged.
|
<E1,E4,E5,E7,E8> |
x14578(E1 e1,
E4 e4,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, fourth, fifth, seventh, and eighthelements are exchanged.
|
<E1,E4,E5,E8> |
x1458(E1 e1,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, fourth, fifth, and eighthelements are exchanged.
|
<E1,E4,E6> Tuple8<E1,T2,T3,E4,T5,E6,T7,T8> |
x146(E1 e1,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the first, fourth, and sixthelements are exchanged.
|
<E1,E4,E6,E7> |
x1467(E1 e1,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, fourth, sixth, and seventhelements are exchanged.
|
<E1,E4,E6,E7,E8> |
x14678(E1 e1,
E4 e4,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, fourth, sixth, seventh, and eighthelements are exchanged.
|
<E1,E4,E6,E8> |
x1468(E1 e1,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, fourth, sixth, and eighthelements are exchanged.
|
<E1,E4,E7> Tuple8<E1,T2,T3,E4,T5,T6,E7,T8> |
x147(E1 e1,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the first, fourth, and seventhelements are exchanged.
|
<E1,E4,E7,E8> |
x1478(E1 e1,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, fourth, seventh, and eighthelements are exchanged.
|
<E1,E4,E8> Tuple8<E1,T2,T3,E4,T5,T6,T7,E8> |
x148(E1 e1,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the first, fourth, and eighthelements are exchanged.
|
<E1,E5> Tuple8<E1,T2,T3,T4,E5,T6,T7,T8> |
x15(E1 e1,
E5 e5)
Create a 8-tuple from this one where the first and fifth elements are exchanged.
|
<E1,E5,E6> Tuple8<E1,T2,T3,T4,E5,E6,T7,T8> |
x156(E1 e1,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the first, fifth, and sixthelements are exchanged.
|
<E1,E5,E6,E7> |
x1567(E1 e1,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, fifth, sixth, and seventhelements are exchanged.
|
<E1,E5,E6,E7,E8> |
x15678(E1 e1,
E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, fifth, sixth, seventh, and eighthelements are exchanged.
|
<E1,E5,E6,E8> |
x1568(E1 e1,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, fifth, sixth, and eighthelements are exchanged.
|
<E1,E5,E7> Tuple8<E1,T2,T3,T4,E5,T6,E7,T8> |
x157(E1 e1,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the first, fifth, and seventhelements are exchanged.
|
<E1,E5,E7,E8> |
x1578(E1 e1,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, fifth, seventh, and eighthelements are exchanged.
|
<E1,E5,E8> Tuple8<E1,T2,T3,T4,E5,T6,T7,E8> |
x158(E1 e1,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the first, fifth, and eighthelements are exchanged.
|
<E1,E6> Tuple8<E1,T2,T3,T4,T5,E6,T7,T8> |
x16(E1 e1,
E6 e6)
Create a 8-tuple from this one where the first and sixth elements are exchanged.
|
<E1,E6,E7> Tuple8<E1,T2,T3,T4,T5,E6,E7,T8> |
x167(E1 e1,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the first, sixth, and seventhelements are exchanged.
|
<E1,E6,E7,E8> |
x1678(E1 e1,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, sixth, seventh, and eighthelements are exchanged.
|
<E1,E6,E8> Tuple8<E1,T2,T3,T4,T5,E6,T7,E8> |
x168(E1 e1,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the first, sixth, and eighthelements are exchanged.
|
<E1,E7> Tuple8<E1,T2,T3,T4,T5,T6,E7,T8> |
x17(E1 e1,
E7 e7)
Create a 8-tuple from this one where the first and seventh elements are exchanged.
|
<E1,E7,E8> Tuple8<E1,T2,T3,T4,T5,T6,E7,E8> |
x178(E1 e1,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the first, seventh, and eighthelements are exchanged.
|
<E1,E8> Tuple8<E1,T2,T3,T4,T5,T6,T7,E8> |
x18(E1 e1,
E8 e8)
Create a 8-tuple from this one where the first and eighth elements are exchanged.
|
<E2> Tuple8<T1,E2,T3,T4,T5,T6,T7,T8> |
x2(E2 e2)
Create a 8-tuple from this one where the second element is exchanged.
|
<E2,E3> Tuple8<T1,E2,E3,T4,T5,T6,T7,T8> |
x23(E2 e2,
E3 e3)
Create a 8-tuple from this one where the second and third elements are exchanged.
|
<E2,E3,E4> Tuple8<T1,E2,E3,E4,T5,T6,T7,T8> |
x234(E2 e2,
E3 e3,
E4 e4)
Create a 8-tuple from this one where the second, third, and fourthelements are exchanged.
|
<E2,E3,E4,E5> |
x2345(E2 e2,
E3 e3,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the second, third, fourth, and fifthelements are exchanged.
|
<E2,E3,E4,E5,E6> |
x23456(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the second, third, fourth, fifth, and sixthelements are exchanged.
|
<E2,E3,E4,E5,E7> |
x23457(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the second, third, fourth, fifth, and seventhelements are exchanged.
|
<E2,E3,E4,E5,E8> |
x23458(E2 e2,
E3 e3,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the second, third, fourth, fifth, and eighthelements are exchanged.
|
<E2,E3,E4,E6> |
x2346(E2 e2,
E3 e3,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the second, third, fourth, and sixthelements are exchanged.
|
<E2,E3,E4,E6,E7> |
x23467(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, third, fourth, sixth, and seventhelements are exchanged.
|
<E2,E3,E4,E6,E8> |
x23468(E2 e2,
E3 e3,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, third, fourth, sixth, and eighthelements are exchanged.
|
<E2,E3,E4,E7> |
x2347(E2 e2,
E3 e3,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the second, third, fourth, and seventhelements are exchanged.
|
<E2,E3,E4,E7,E8> |
x23478(E2 e2,
E3 e3,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, third, fourth, seventh, and eighthelements are exchanged.
|
<E2,E3,E4,E8> |
x2348(E2 e2,
E3 e3,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the second, third, fourth, and eighthelements are exchanged.
|
<E2,E3,E5> Tuple8<T1,E2,E3,T4,E5,T6,T7,T8> |
x235(E2 e2,
E3 e3,
E5 e5)
Create a 8-tuple from this one where the second, third, and fifthelements are exchanged.
|
<E2,E3,E5,E6> |
x2356(E2 e2,
E3 e3,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the second, third, fifth, and sixthelements are exchanged.
|
<E2,E3,E5,E6,E7> |
x23567(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, third, fifth, sixth, and seventhelements are exchanged.
|
<E2,E3,E5,E6,E8> |
x23568(E2 e2,
E3 e3,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, third, fifth, sixth, and eighthelements are exchanged.
|
<E2,E3,E5,E7> |
x2357(E2 e2,
E3 e3,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the second, third, fifth, and seventhelements are exchanged.
|
<E2,E3,E5,E7,E8> |
x23578(E2 e2,
E3 e3,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, third, fifth, seventh, and eighthelements are exchanged.
|
<E2,E3,E5,E8> |
x2358(E2 e2,
E3 e3,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the second, third, fifth, and eighthelements are exchanged.
|
<E2,E3,E6> Tuple8<T1,E2,E3,T4,T5,E6,T7,T8> |
x236(E2 e2,
E3 e3,
E6 e6)
Create a 8-tuple from this one where the second, third, and sixthelements are exchanged.
|
<E2,E3,E6,E7> |
x2367(E2 e2,
E3 e3,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, third, sixth, and seventhelements are exchanged.
|
<E2,E3,E6,E7,E8> |
x23678(E2 e2,
E3 e3,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, third, sixth, seventh, and eighthelements are exchanged.
|
<E2,E3,E6,E8> |
x2368(E2 e2,
E3 e3,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, third, sixth, and eighthelements are exchanged.
|
<E2,E3,E7> Tuple8<T1,E2,E3,T4,T5,T6,E7,T8> |
x237(E2 e2,
E3 e3,
E7 e7)
Create a 8-tuple from this one where the second, third, and seventhelements are exchanged.
|
<E2,E3,E7,E8> |
x2378(E2 e2,
E3 e3,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, third, seventh, and eighthelements are exchanged.
|
<E2,E3,E8> Tuple8<T1,E2,E3,T4,T5,T6,T7,E8> |
x238(E2 e2,
E3 e3,
E8 e8)
Create a 8-tuple from this one where the second, third, and eighthelements are exchanged.
|
<E2,E4> Tuple8<T1,E2,T3,E4,T5,T6,T7,T8> |
x24(E2 e2,
E4 e4)
Create a 8-tuple from this one where the second and fourth elements are exchanged.
|
<E2,E4,E5> Tuple8<T1,E2,T3,E4,E5,T6,T7,T8> |
x245(E2 e2,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the second, fourth, and fifthelements are exchanged.
|
<E2,E4,E5,E6> |
x2456(E2 e2,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the second, fourth, fifth, and sixthelements are exchanged.
|
<E2,E4,E5,E6,E7> |
x24567(E2 e2,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E2,E4,E5,E6,E8> |
x24568(E2 e2,
E4 e4,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, fourth, fifth, sixth, and eighthelements are exchanged.
|
<E2,E4,E5,E7> |
x2457(E2 e2,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the second, fourth, fifth, and seventhelements are exchanged.
|
<E2,E4,E5,E7,E8> |
x24578(E2 e2,
E4 e4,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, fourth, fifth, seventh, and eighthelements are exchanged.
|
<E2,E4,E5,E8> |
x2458(E2 e2,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the second, fourth, fifth, and eighthelements are exchanged.
|
<E2,E4,E6> Tuple8<T1,E2,T3,E4,T5,E6,T7,T8> |
x246(E2 e2,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the second, fourth, and sixthelements are exchanged.
|
<E2,E4,E6,E7> |
x2467(E2 e2,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, fourth, sixth, and seventhelements are exchanged.
|
<E2,E4,E6,E7,E8> |
x24678(E2 e2,
E4 e4,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, fourth, sixth, seventh, and eighthelements are exchanged.
|
<E2,E4,E6,E8> |
x2468(E2 e2,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, fourth, sixth, and eighthelements are exchanged.
|
<E2,E4,E7> Tuple8<T1,E2,T3,E4,T5,T6,E7,T8> |
x247(E2 e2,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the second, fourth, and seventhelements are exchanged.
|
<E2,E4,E7,E8> |
x2478(E2 e2,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, fourth, seventh, and eighthelements are exchanged.
|
<E2,E4,E8> Tuple8<T1,E2,T3,E4,T5,T6,T7,E8> |
x248(E2 e2,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the second, fourth, and eighthelements are exchanged.
|
<E2,E5> Tuple8<T1,E2,T3,T4,E5,T6,T7,T8> |
x25(E2 e2,
E5 e5)
Create a 8-tuple from this one where the second and fifth elements are exchanged.
|
<E2,E5,E6> Tuple8<T1,E2,T3,T4,E5,E6,T7,T8> |
x256(E2 e2,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the second, fifth, and sixthelements are exchanged.
|
<E2,E5,E6,E7> |
x2567(E2 e2,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, fifth, sixth, and seventhelements are exchanged.
|
<E2,E5,E6,E7,E8> |
x25678(E2 e2,
E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, fifth, sixth, seventh, and eighthelements are exchanged.
|
<E2,E5,E6,E8> |
x2568(E2 e2,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, fifth, sixth, and eighthelements are exchanged.
|
<E2,E5,E7> Tuple8<T1,E2,T3,T4,E5,T6,E7,T8> |
x257(E2 e2,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the second, fifth, and seventhelements are exchanged.
|
<E2,E5,E7,E8> |
x2578(E2 e2,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, fifth, seventh, and eighthelements are exchanged.
|
<E2,E5,E8> Tuple8<T1,E2,T3,T4,E5,T6,T7,E8> |
x258(E2 e2,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the second, fifth, and eighthelements are exchanged.
|
<E2,E6> Tuple8<T1,E2,T3,T4,T5,E6,T7,T8> |
x26(E2 e2,
E6 e6)
Create a 8-tuple from this one where the second and sixth elements are exchanged.
|
<E2,E6,E7> Tuple8<T1,E2,T3,T4,T5,E6,E7,T8> |
x267(E2 e2,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the second, sixth, and seventhelements are exchanged.
|
<E2,E6,E7,E8> |
x2678(E2 e2,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, sixth, seventh, and eighthelements are exchanged.
|
<E2,E6,E8> Tuple8<T1,E2,T3,T4,T5,E6,T7,E8> |
x268(E2 e2,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the second, sixth, and eighthelements are exchanged.
|
<E2,E7> Tuple8<T1,E2,T3,T4,T5,T6,E7,T8> |
x27(E2 e2,
E7 e7)
Create a 8-tuple from this one where the second and seventh elements are exchanged.
|
<E2,E7,E8> Tuple8<T1,E2,T3,T4,T5,T6,E7,E8> |
x278(E2 e2,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the second, seventh, and eighthelements are exchanged.
|
<E2,E8> Tuple8<T1,E2,T3,T4,T5,T6,T7,E8> |
x28(E2 e2,
E8 e8)
Create a 8-tuple from this one where the second and eighth elements are exchanged.
|
<E3> Tuple8<T1,T2,E3,T4,T5,T6,T7,T8> |
x3(E3 e3)
Create a 8-tuple from this one where the third element is exchanged.
|
<E3,E4> Tuple8<T1,T2,E3,E4,T5,T6,T7,T8> |
x34(E3 e3,
E4 e4)
Create a 8-tuple from this one where the third and fourth elements are exchanged.
|
<E3,E4,E5> Tuple8<T1,T2,E3,E4,E5,T6,T7,T8> |
x345(E3 e3,
E4 e4,
E5 e5)
Create a 8-tuple from this one where the third, fourth, and fifthelements are exchanged.
|
<E3,E4,E5,E6> |
x3456(E3 e3,
E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the third, fourth, fifth, and sixthelements are exchanged.
|
<E3,E4,E5,E6,E7> |
x34567(E3 e3,
E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and seventhelements are exchanged.
|
<E3,E4,E5,E6,E8> |
x34568(E3 e3,
E4 e4,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the third, fourth, fifth, sixth, and eighthelements are exchanged.
|
<E3,E4,E5,E7> |
x3457(E3 e3,
E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the third, fourth, fifth, and seventhelements are exchanged.
|
<E3,E4,E5,E7,E8> |
x34578(E3 e3,
E4 e4,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, fourth, fifth, seventh, and eighthelements are exchanged.
|
<E3,E4,E5,E8> |
x3458(E3 e3,
E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the third, fourth, fifth, and eighthelements are exchanged.
|
<E3,E4,E6> Tuple8<T1,T2,E3,E4,T5,E6,T7,T8> |
x346(E3 e3,
E4 e4,
E6 e6)
Create a 8-tuple from this one where the third, fourth, and sixthelements are exchanged.
|
<E3,E4,E6,E7> |
x3467(E3 e3,
E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the third, fourth, sixth, and seventhelements are exchanged.
|
<E3,E4,E6,E7,E8> |
x34678(E3 e3,
E4 e4,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, fourth, sixth, seventh, and eighthelements are exchanged.
|
<E3,E4,E6,E8> |
x3468(E3 e3,
E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the third, fourth, sixth, and eighthelements are exchanged.
|
<E3,E4,E7> Tuple8<T1,T2,E3,E4,T5,T6,E7,T8> |
x347(E3 e3,
E4 e4,
E7 e7)
Create a 8-tuple from this one where the third, fourth, and seventhelements are exchanged.
|
<E3,E4,E7,E8> |
x3478(E3 e3,
E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, fourth, seventh, and eighthelements are exchanged.
|
<E3,E4,E8> Tuple8<T1,T2,E3,E4,T5,T6,T7,E8> |
x348(E3 e3,
E4 e4,
E8 e8)
Create a 8-tuple from this one where the third, fourth, and eighthelements are exchanged.
|
<E3,E5> Tuple8<T1,T2,E3,T4,E5,T6,T7,T8> |
x35(E3 e3,
E5 e5)
Create a 8-tuple from this one where the third and fifth elements are exchanged.
|
<E3,E5,E6> Tuple8<T1,T2,E3,T4,E5,E6,T7,T8> |
x356(E3 e3,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the third, fifth, and sixthelements are exchanged.
|
<E3,E5,E6,E7> |
x3567(E3 e3,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the third, fifth, sixth, and seventhelements are exchanged.
|
<E3,E5,E6,E7,E8> |
x35678(E3 e3,
E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, fifth, sixth, seventh, and eighthelements are exchanged.
|
<E3,E5,E6,E8> |
x3568(E3 e3,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the third, fifth, sixth, and eighthelements are exchanged.
|
<E3,E5,E7> Tuple8<T1,T2,E3,T4,E5,T6,E7,T8> |
x357(E3 e3,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the third, fifth, and seventhelements are exchanged.
|
<E3,E5,E7,E8> |
x3578(E3 e3,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, fifth, seventh, and eighthelements are exchanged.
|
<E3,E5,E8> Tuple8<T1,T2,E3,T4,E5,T6,T7,E8> |
x358(E3 e3,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the third, fifth, and eighthelements are exchanged.
|
<E3,E6> Tuple8<T1,T2,E3,T4,T5,E6,T7,T8> |
x36(E3 e3,
E6 e6)
Create a 8-tuple from this one where the third and sixth elements are exchanged.
|
<E3,E6,E7> Tuple8<T1,T2,E3,T4,T5,E6,E7,T8> |
x367(E3 e3,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the third, sixth, and seventhelements are exchanged.
|
<E3,E6,E7,E8> |
x3678(E3 e3,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, sixth, seventh, and eighthelements are exchanged.
|
<E3,E6,E8> Tuple8<T1,T2,E3,T4,T5,E6,T7,E8> |
x368(E3 e3,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the third, sixth, and eighthelements are exchanged.
|
<E3,E7> Tuple8<T1,T2,E3,T4,T5,T6,E7,T8> |
x37(E3 e3,
E7 e7)
Create a 8-tuple from this one where the third and seventh elements are exchanged.
|
<E3,E7,E8> Tuple8<T1,T2,E3,T4,T5,T6,E7,E8> |
x378(E3 e3,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the third, seventh, and eighthelements are exchanged.
|
<E3,E8> Tuple8<T1,T2,E3,T4,T5,T6,T7,E8> |
x38(E3 e3,
E8 e8)
Create a 8-tuple from this one where the third and eighth elements are exchanged.
|
<E4> Tuple8<T1,T2,T3,E4,T5,T6,T7,T8> |
x4(E4 e4)
Create a 8-tuple from this one where the fourth element is exchanged.
|
<E4,E5> Tuple8<T1,T2,T3,E4,E5,T6,T7,T8> |
x45(E4 e4,
E5 e5)
Create a 8-tuple from this one where the fourth and fifth elements are exchanged.
|
<E4,E5,E6> Tuple8<T1,T2,T3,E4,E5,E6,T7,T8> |
x456(E4 e4,
E5 e5,
E6 e6)
Create a 8-tuple from this one where the fourth, fifth, and sixthelements are exchanged.
|
<E4,E5,E6,E7> |
x4567(E4 e4,
E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the fourth, fifth, sixth, and seventhelements are exchanged.
|
<E4,E5,E6,E7,E8> |
x45678(E4 e4,
E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fourth, fifth, sixth, seventh, and eighthelements are exchanged.
|
<E4,E5,E6,E8> |
x4568(E4 e4,
E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the fourth, fifth, sixth, and eighthelements are exchanged.
|
<E4,E5,E7> Tuple8<T1,T2,T3,E4,E5,T6,E7,T8> |
x457(E4 e4,
E5 e5,
E7 e7)
Create a 8-tuple from this one where the fourth, fifth, and seventhelements are exchanged.
|
<E4,E5,E7,E8> |
x4578(E4 e4,
E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fourth, fifth, seventh, and eighthelements are exchanged.
|
<E4,E5,E8> Tuple8<T1,T2,T3,E4,E5,T6,T7,E8> |
x458(E4 e4,
E5 e5,
E8 e8)
Create a 8-tuple from this one where the fourth, fifth, and eighthelements are exchanged.
|
<E4,E6> Tuple8<T1,T2,T3,E4,T5,E6,T7,T8> |
x46(E4 e4,
E6 e6)
Create a 8-tuple from this one where the fourth and sixth elements are exchanged.
|
<E4,E6,E7> Tuple8<T1,T2,T3,E4,T5,E6,E7,T8> |
x467(E4 e4,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the fourth, sixth, and seventhelements are exchanged.
|
<E4,E6,E7,E8> |
x4678(E4 e4,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fourth, sixth, seventh, and eighthelements are exchanged.
|
<E4,E6,E8> Tuple8<T1,T2,T3,E4,T5,E6,T7,E8> |
x468(E4 e4,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the fourth, sixth, and eighthelements are exchanged.
|
<E4,E7> Tuple8<T1,T2,T3,E4,T5,T6,E7,T8> |
x47(E4 e4,
E7 e7)
Create a 8-tuple from this one where the fourth and seventh elements are exchanged.
|
<E4,E7,E8> Tuple8<T1,T2,T3,E4,T5,T6,E7,E8> |
x478(E4 e4,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fourth, seventh, and eighthelements are exchanged.
|
<E4,E8> Tuple8<T1,T2,T3,E4,T5,T6,T7,E8> |
x48(E4 e4,
E8 e8)
Create a 8-tuple from this one where the fourth and eighth elements are exchanged.
|
<E5> Tuple8<T1,T2,T3,T4,E5,T6,T7,T8> |
x5(E5 e5)
Create a 8-tuple from this one where the fifth element is exchanged.
|
<E5,E6> Tuple8<T1,T2,T3,T4,E5,E6,T7,T8> |
x56(E5 e5,
E6 e6)
Create a 8-tuple from this one where the fifth and sixth elements are exchanged.
|
<E5,E6,E7> Tuple8<T1,T2,T3,T4,E5,E6,E7,T8> |
x567(E5 e5,
E6 e6,
E7 e7)
Create a 8-tuple from this one where the fifth, sixth, and seventhelements are exchanged.
|
<E5,E6,E7,E8> |
x5678(E5 e5,
E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fifth, sixth, seventh, and eighthelements are exchanged.
|
<E5,E6,E8> Tuple8<T1,T2,T3,T4,E5,E6,T7,E8> |
x568(E5 e5,
E6 e6,
E8 e8)
Create a 8-tuple from this one where the fifth, sixth, and eighthelements are exchanged.
|
<E5,E7> Tuple8<T1,T2,T3,T4,E5,T6,E7,T8> |
x57(E5 e5,
E7 e7)
Create a 8-tuple from this one where the fifth and seventh elements are exchanged.
|
<E5,E7,E8> Tuple8<T1,T2,T3,T4,E5,T6,E7,E8> |
x578(E5 e5,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the fifth, seventh, and eighthelements are exchanged.
|
<E5,E8> Tuple8<T1,T2,T3,T4,E5,T6,T7,E8> |
x58(E5 e5,
E8 e8)
Create a 8-tuple from this one where the fifth and eighth elements are exchanged.
|
<E6> Tuple8<T1,T2,T3,T4,T5,E6,T7,T8> |
x6(E6 e6)
Create a 8-tuple from this one where the sixth element is exchanged.
|
<E6,E7> Tuple8<T1,T2,T3,T4,T5,E6,E7,T8> |
x67(E6 e6,
E7 e7)
Create a 8-tuple from this one where the sixth and seventh elements are exchanged.
|
<E6,E7,E8> Tuple8<T1,T2,T3,T4,T5,E6,E7,E8> |
x678(E6 e6,
E7 e7,
E8 e8)
Create a 8-tuple from this one where the sixth, seventh, and eighthelements are exchanged.
|
<E6,E8> Tuple8<T1,T2,T3,T4,T5,E6,T7,E8> |
x68(E6 e6,
E8 e8)
Create a 8-tuple from this one where the sixth and eighth elements are exchanged.
|
<E7> Tuple8<T1,T2,T3,T4,T5,T6,E7,T8> |
x7(E7 e7)
Create a 8-tuple from this one where the seventh element is exchanged.
|
<E7,E8> Tuple8<T1,T2,T3,T4,T5,T6,E7,E8> |
x78(E7 e7,
E8 e8)
Create a 8-tuple from this one where the seventh and eighth elements are exchanged.
|
<E8> Tuple8<T1,T2,T3,T4,T5,T6,T7,E8> |
x8(E8 e8)
Create a 8-tuple from this one where the eighth element is exchanged.
|
asBase, equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
concat1, concat2, concat3, concat4, concat5, concat6, concat7, concat8, concatPred1, concatPred2, concatPred3, concatPred4, concatPred5, concatPred6, concatPred7, concatPred8, concatProc1, concatProc2, concatProc3, concatProc4, concatProc5, concatProc6, concatProc7, concatProc8, equals, frozen, hash, invoke, sendTo, testBy, toString, toString, view
public Tuple8(@NotNull T1 e1, @NotNull T2 e2, @NotNull T3 e3, @NotNull T4 e4, @NotNull T5 e5, @NotNull T6 e6, @NotNull T7 e7, @NotNull T8 e8)
e1
- first elemente2
- second elemente3
- third elemente4
- fourth elemente5
- fifth elemente6
- sixth elemente7
- seventh elemente8
- eighth element@NotNull public Tuple7<T1,T2,T3,T4,T5,T6,T7> _1234567()
ITuple8
@NotNull public Tuple7<T1,T2,T3,T4,T5,T6,T8> _1234568()
ITuple8
@NotNull public Tuple7<T1,T2,T3,T4,T5,T7,T8> _1234578()
ITuple8
@NotNull public Tuple7<T1,T2,T3,T4,T6,T7,T8> _1234678()
ITuple8
@NotNull public Tuple7<T1,T2,T3,T5,T6,T7,T8> _1235678()
ITuple8
@NotNull public Tuple7<T1,T2,T4,T5,T6,T7,T8> _1245678()
ITuple8
@NotNull public Tuple7<T1,T3,T4,T5,T6,T7,T8> _1345678()
ITuple8
@NotNull public Tuple7<T2,T3,T4,T5,T6,T7,T8> _2345678()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T5,T6> _123456()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T5,T7> _123457()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T6,T7> _123467()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T5,T6,T7> _123567()
ITuple8
@NotNull public Tuple6<T1,T2,T4,T5,T6,T7> _124567()
ITuple8
@NotNull public Tuple6<T1,T3,T4,T5,T6,T7> _134567()
ITuple8
@NotNull public Tuple6<T2,T3,T4,T5,T6,T7> _234567()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T5,T8> _123458()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T6,T8> _123468()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T5,T6,T8> _123568()
ITuple8
@NotNull public Tuple6<T1,T2,T4,T5,T6,T8> _124568()
ITuple8
@NotNull public Tuple6<T1,T3,T4,T5,T6,T8> _134568()
ITuple8
@NotNull public Tuple6<T2,T3,T4,T5,T6,T8> _234568()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T4,T7,T8> _123478()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T5,T7,T8> _123578()
ITuple8
@NotNull public Tuple6<T1,T2,T4,T5,T7,T8> _124578()
ITuple8
@NotNull public Tuple6<T1,T3,T4,T5,T7,T8> _134578()
ITuple8
@NotNull public Tuple6<T2,T3,T4,T5,T7,T8> _234578()
ITuple8
@NotNull public Tuple6<T1,T2,T3,T6,T7,T8> _123678()
ITuple8
@NotNull public Tuple6<T1,T2,T4,T6,T7,T8> _124678()
ITuple8
@NotNull public Tuple6<T1,T3,T4,T6,T7,T8> _134678()
ITuple8
@NotNull public Tuple6<T2,T3,T4,T6,T7,T8> _234678()
ITuple8
@NotNull public Tuple6<T1,T2,T5,T6,T7,T8> _125678()
ITuple8
@NotNull public Tuple6<T1,T3,T5,T6,T7,T8> _135678()
ITuple8
@NotNull public Tuple6<T2,T3,T5,T6,T7,T8> _235678()
ITuple8
@NotNull public Tuple6<T1,T4,T5,T6,T7,T8> _145678()
ITuple8
@NotNull public Tuple6<T2,T4,T5,T6,T7,T8> _245678()
ITuple8
@NotNull public Tuple6<T3,T4,T5,T6,T7,T8> _345678()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T4,T5> _12345()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T4,T6> _12346()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T5,T6> _12356()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T5,T6> _12456()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T5,T6> _13456()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T5,T6> _23456()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T4,T7> _12347()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T5,T7> _12357()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T5,T7> _12457()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T5,T7> _13457()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T5,T7> _23457()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T6,T7> _12367()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T6,T7> _12467()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T6,T7> _13467()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T6,T7> _23467()
ITuple8
@NotNull public Tuple5<T1,T2,T5,T6,T7> _12567()
ITuple8
@NotNull public Tuple5<T1,T3,T5,T6,T7> _13567()
ITuple8
@NotNull public Tuple5<T2,T3,T5,T6,T7> _23567()
ITuple8
@NotNull public Tuple5<T1,T4,T5,T6,T7> _14567()
ITuple8
@NotNull public Tuple5<T2,T4,T5,T6,T7> _24567()
ITuple8
@NotNull public Tuple5<T3,T4,T5,T6,T7> _34567()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T4,T8> _12348()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T5,T8> _12358()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T5,T8> _12458()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T5,T8> _13458()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T5,T8> _23458()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T6,T8> _12368()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T6,T8> _12468()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T6,T8> _13468()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T6,T8> _23468()
ITuple8
@NotNull public Tuple5<T1,T2,T5,T6,T8> _12568()
ITuple8
@NotNull public Tuple5<T1,T3,T5,T6,T8> _13568()
ITuple8
@NotNull public Tuple5<T2,T3,T5,T6,T8> _23568()
ITuple8
@NotNull public Tuple5<T1,T4,T5,T6,T8> _14568()
ITuple8
@NotNull public Tuple5<T2,T4,T5,T6,T8> _24568()
ITuple8
@NotNull public Tuple5<T3,T4,T5,T6,T8> _34568()
ITuple8
@NotNull public Tuple5<T1,T2,T3,T7,T8> _12378()
ITuple8
@NotNull public Tuple5<T1,T2,T4,T7,T8> _12478()
ITuple8
@NotNull public Tuple5<T1,T3,T4,T7,T8> _13478()
ITuple8
@NotNull public Tuple5<T2,T3,T4,T7,T8> _23478()
ITuple8
@NotNull public Tuple5<T1,T2,T5,T7,T8> _12578()
ITuple8
@NotNull public Tuple5<T1,T3,T5,T7,T8> _13578()
ITuple8
@NotNull public Tuple5<T2,T3,T5,T7,T8> _23578()
ITuple8
@NotNull public Tuple5<T1,T4,T5,T7,T8> _14578()
ITuple8
@NotNull public Tuple5<T2,T4,T5,T7,T8> _24578()
ITuple8
@NotNull public Tuple5<T3,T4,T5,T7,T8> _34578()
ITuple8
@NotNull public Tuple5<T1,T2,T6,T7,T8> _12678()
ITuple8
@NotNull public Tuple5<T1,T3,T6,T7,T8> _13678()
ITuple8
@NotNull public Tuple5<T2,T3,T6,T7,T8> _23678()
ITuple8
@NotNull public Tuple5<T1,T4,T6,T7,T8> _14678()
ITuple8
@NotNull public Tuple5<T2,T4,T6,T7,T8> _24678()
ITuple8
@NotNull public Tuple5<T3,T4,T6,T7,T8> _34678()
ITuple8
@NotNull public Tuple5<T1,T5,T6,T7,T8> _15678()
ITuple8
@NotNull public Tuple5<T2,T5,T6,T7,T8> _25678()
ITuple8
@NotNull public Tuple5<T3,T5,T6,T7,T8> _35678()
ITuple8
@NotNull public Tuple5<T4,T5,T6,T7,T8> _45678()
ITuple8
@NotNull public Tuple4<T1,T2,T3,T4> _1234()
ITuple8
@NotNull public Tuple4<T1,T2,T3,T5> _1235()
ITuple8
@NotNull public Tuple4<T1,T2,T4,T5> _1245()
ITuple8
@NotNull public Tuple4<T1,T3,T4,T5> _1345()
ITuple8
@NotNull public Tuple4<T2,T3,T4,T5> _2345()
ITuple8
@NotNull public Tuple4<T1,T2,T3,T6> _1236()
ITuple8
@NotNull public Tuple4<T1,T2,T4,T6> _1246()
ITuple8
@NotNull public Tuple4<T1,T3,T4,T6> _1346()
ITuple8
@NotNull public Tuple4<T2,T3,T4,T6> _2346()
ITuple8
@NotNull public Tuple4<T1,T2,T5,T6> _1256()
ITuple8
@NotNull public Tuple4<T1,T3,T5,T6> _1356()
ITuple8
@NotNull public Tuple4<T2,T3,T5,T6> _2356()
ITuple8
@NotNull public Tuple4<T1,T4,T5,T6> _1456()
ITuple8
@NotNull public Tuple4<T2,T4,T5,T6> _2456()
ITuple8
@NotNull public Tuple4<T3,T4,T5,T6> _3456()
ITuple8
@NotNull public Tuple4<T1,T2,T3,T7> _1237()
ITuple8
@NotNull public Tuple4<T1,T2,T4,T7> _1247()
ITuple8
@NotNull public Tuple4<T1,T3,T4,T7> _1347()
ITuple8
@NotNull public Tuple4<T2,T3,T4,T7> _2347()
ITuple8
@NotNull public Tuple4<T1,T2,T5,T7> _1257()
ITuple8
@NotNull public Tuple4<T1,T3,T5,T7> _1357()
ITuple8
@NotNull public Tuple4<T2,T3,T5,T7> _2357()
ITuple8
@NotNull public Tuple4<T1,T4,T5,T7> _1457()
ITuple8
@NotNull public Tuple4<T2,T4,T5,T7> _2457()
ITuple8
@NotNull public Tuple4<T3,T4,T5,T7> _3457()
ITuple8
@NotNull public Tuple4<T1,T2,T6,T7> _1267()
ITuple8
@NotNull public Tuple4<T1,T3,T6,T7> _1367()
ITuple8
@NotNull public Tuple4<T2,T3,T6,T7> _2367()
ITuple8
@NotNull public Tuple4<T1,T4,T6,T7> _1467()
ITuple8
@NotNull public Tuple4<T2,T4,T6,T7> _2467()
ITuple8
@NotNull public Tuple4<T3,T4,T6,T7> _3467()
ITuple8
@NotNull public Tuple4<T1,T5,T6,T7> _1567()
ITuple8
@NotNull public Tuple4<T2,T5,T6,T7> _2567()
ITuple8
@NotNull public Tuple4<T3,T5,T6,T7> _3567()
ITuple8
@NotNull public Tuple4<T4,T5,T6,T7> _4567()
ITuple8
@NotNull public Tuple4<T1,T2,T3,T8> _1238()
ITuple8
@NotNull public Tuple4<T1,T2,T4,T8> _1248()
ITuple8
@NotNull public Tuple4<T1,T3,T4,T8> _1348()
ITuple8
@NotNull public Tuple4<T2,T3,T4,T8> _2348()
ITuple8
@NotNull public Tuple4<T1,T2,T5,T8> _1258()
ITuple8
@NotNull public Tuple4<T1,T3,T5,T8> _1358()
ITuple8
@NotNull public Tuple4<T2,T3,T5,T8> _2358()
ITuple8
@NotNull public Tuple4<T1,T4,T5,T8> _1458()
ITuple8
@NotNull public Tuple4<T2,T4,T5,T8> _2458()
ITuple8
@NotNull public Tuple4<T3,T4,T5,T8> _3458()
ITuple8
@NotNull public Tuple4<T1,T2,T6,T8> _1268()
ITuple8
@NotNull public Tuple4<T1,T3,T6,T8> _1368()
ITuple8
@NotNull public Tuple4<T2,T3,T6,T8> _2368()
ITuple8
@NotNull public Tuple4<T1,T4,T6,T8> _1468()
ITuple8
@NotNull public Tuple4<T2,T4,T6,T8> _2468()
ITuple8
@NotNull public Tuple4<T3,T4,T6,T8> _3468()
ITuple8
@NotNull public Tuple4<T1,T5,T6,T8> _1568()
ITuple8