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