Modifier and Type | Method and Description |
---|---|
List<Object> |
asList()
|
boolean |
equals(Object o) |
T4 |
getItem4() |
int |
hashCode() |
<T> Tuple4<T,T2,T3,T4> |
mapItem1(Function<T1,T> mapper)
|
<T> Tuple4<T1,T,T3,T4> |
mapItem2(Function<T2,T> mapper)
|
<T> Tuple4<T1,T2,T,T4> |
mapItem3(Function<T3,T> mapper) |
<T> Tuple4<T1,T2,T3,T> |
mapItem4(Function<T4,T> mapper) |
Object |
nth(int index)
Get the item stored at the given index.
|
static <T1,T2,T3,T4> |
of(T1 a,
T2 b,
T3 c,
T4 d) |
int |
size() |
String |
toString() |
assertIndexInBounds, getItem1, getItem2, of
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static <T1,T2,T3,T4> Tuple4<T1,T2,T3,T4> of(T1 a, T2 b, T3 c, T4 d)
public T4 getItem4()
public Object nth(int index)
Tuple
public <T> Tuple4<T,T2,T3,T4> mapItem1(Function<T1,T> mapper)
Tuple2
public <T> Tuple4<T1,T,T3,T4> mapItem2(Function<T2,T> mapper)
Tuple2
public int size()
Copyright © 2019–2020 SmallRye. All rights reserved.