public class Pair$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Pair$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Pair$() |
Modifier and Type | Method and Description |
---|---|
<A,B> Pair<A,B> |
create(A first,
B second) |