| Modifier and Type | Method and Description |
|---|---|
List<Object> |
asList()
|
boolean |
equals(Object o) |
T9 |
getItem9() |
int |
hashCode() |
<T> Tuple9<T,T2,T3,T4,T5,T6,T7,T8,T9> |
mapItem1(Function<T1,T> mapper)
|
<T> Tuple9<T1,T,T3,T4,T5,T6,T7,T8,T9> |
mapItem2(Function<T2,T> mapper)
|
<T> Tuple9<T1,T2,T,T4,T5,T6,T7,T8,T9> |
mapItem3(Function<T3,T> mapper) |
<T> Tuple9<T1,T2,T3,T,T5,T6,T7,T8,T9> |
mapItem4(Function<T4,T> mapper) |
<T> Tuple9<T1,T2,T3,T4,T,T6,T7,T8,T9> |
mapItem5(Function<T5,T> mapper) |
<T> Tuple9<T1,T2,T3,T4,T5,T,T7,T8,T9> |
mapItem6(Function<T6,T> mapper) |
<T> Tuple9<T1,T2,T3,T4,T5,T6,T,T8,T9> |
mapItem7(Function<T7,T> mapper) |
<T> Tuple9<T1,T2,T3,T4,T5,T6,T7,T,T9> |
mapItem8(Function<T8,T> mapper) |
<T> Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T> |
mapItem9(Function<T9,T> mapper) |
Object |
nth(int index)
Get the item stored at the given index.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
of(T1 a,
T2 b,
T3 c,
T4 d,
T5 e,
T6 f,
T7 g,
T8 h,
T9 i) |
int |
size() |
String |
toString() |
assertIndexInBounds, getItem1, getItem2, ofclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> of(T1 a, T2 b, T3 c, T4 d, T5 e, T6 f, T7 g, T8 h, T9 i)
public T9 getItem9()
public <T> Tuple9<T,T2,T3,T4,T5,T6,T7,T8,T9> mapItem1(Function<T1,T> mapper)
Tuple2public <T> Tuple9<T1,T,T3,T4,T5,T6,T7,T8,T9> mapItem2(Function<T2,T> mapper)
Tuple2public Object nth(int index)
Tuplepublic int size()
Copyright © 2019–2020 SmallRye. All rights reserved.