|
Scala Library Documentation
|
|
scala/Predef.scala]
object
Triple
extends AnyRef| Method Summary | |
def
|
apply [a, b, c](x : a, y : b, z : c) : (a, b, c) |
def
|
unapply [a, b, c](x : (a, b, c)) : Option[(a, b, c)] |
| 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
|
|