|
|
Scala 2.3.3
|
object
Seq
extends java.lang.Object
with scala.ScalaObject
| Constructor Summary | |
def
this
|
|
| Val Summary | |
val
empty
: java.lang.Object with scala.Seq[scala.Nothing]
The empty sequence |
|
| Def Summary | |
def
single
[A]
(x: A)
: java.lang.Object with scala.Seq[A]
Builds a singleton sequence. |
|
def
unapplySeq
[A]
(x: scala.Any)
: 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): java.lang.Object with scala.Seq[A]
x - ...
def
unapplySeq
[A](x: scala.Any): scala.Option[scala.Seq[A]]
x - the selector value