| Modifier and Type | Method and Description |
|---|---|
A |
_1() |
B |
_2() |
boolean |
equals(Object o) |
int |
hashCode() |
int |
productArity() |
String |
toString() |
static <A,B> Tuple2<A,B> |
tuple2(A left,
B right) |
public static <A,B> Tuple2<A,B> tuple2(A left, B right)
public A _1()
public B _2()
public int productArity()
productArity in interface TupleCopyright © 2016. All rights reserved.