public final class Arity2<T1 extends Object, T2 extends Object>
private final T1
_1
private final T2
_2
Arity2(T1 _1, T2 _2)
final T1
component1()
final T2
component2()
final Arity2<T1, T2>
copy(T1 _1, T2 _2)
get_1()
get_2()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T1 component1()
final T2 component2()
final Arity2<T1, T2> copy(T1 _1, T2 _2)
final T1 get_1()
final T2 get_2()