|
Scala 2.4.0-RC1
|
object
Triple
extends
java.lang.Object
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Def Summary | |
def
apply
[a, b, c]
(x: a, y: b, z: c)
: scala.Tuple3[a, b, c]
|
|
def
unapply
[a, b, c]
(x: scala.Tuple3[a, b, c])
: scala.Option[scala.Tuple3[a, b, c]]
|
Constructor Detail |
Def Detail |