public class Tuple2<A,B> extends java.lang.Object implements Tuple
Tuple2()
int
arity()
<T> Tuple2<T,B>
map1(java.util.function.Function<? super A,? extends T> f)
<T> Tuple2<A,T>
map2(java.util.function.Function<? super B,? extends T> f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2()
public <T> Tuple2<T,B> map1(java.util.function.Function<? super A,? extends T> f)
public <T> Tuple2<A,T> map2(java.util.function.Function<? super B,? extends T> f)
public int arity()
arity
Tuple