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