|
Scala 2.4.0-RC2
|
object
Seq
extends
java.lang.Object
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Val Summary | |
val
empty
: scala.Seq[scala.Nothing]
The empty sequence |
Def Summary | |
def
single
[A]
(x: A)
: scala.Seq[A]
Builds a singleton sequence. |
|
def
unapplySeq
[A]
(x: scala.Seq[A])
: scala.Option[scala.Seq[A]]
This method is called in a pattern match { case Seq(...) => }. |
Constructor Detail |
Val Detail |
Def Detail |
def
single
[A](x: A): scala.Seq[A]
x -
...
def
unapplySeq
[A](x: scala.Seq[A]): scala.Option[scala.Seq[A]]
x -
the selector value