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