| Constructor and Description |
|---|
Tuple4() |
| Modifier and Type | Method and Description |
|---|---|
int |
arity() |
<T> Tuple4<T,B,C,D> |
map1(java.util.function.Function<? super A,? extends T> f) |
<T> Tuple4<A,T,C,D> |
map2(java.util.function.Function<? super B,? extends T> f) |
<T> Tuple4<A,B,T,D> |
map3(java.util.function.Function<? super C,? extends T> f) |
<T> Tuple4<A,B,C,T> |
map4(java.util.function.Function<? super D,? extends T> f) |