Scala Library Documentation
|
|
scala/Predef.scala
]
object
Pair
extends
AnyRefMethod Summary | |
def
|
apply [a, b](x : a, y : b) : (a, b) |
def
|
unapply [a, b](x : (a, b)) : Option[(a, b)] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library Documentation
|
|