scala.collection

object Seq

[source: scala/collection/Seq.scala]

object Seq
extends SeqFactory[Seq]
Factory object for Seq trait.
Author
Martin Odersky
Version
2.8
Type Summary
type Projection
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[Seq, A, Seq[A]]
def newBuilder [A] : Builder[A, Seq[A]]
def singleton [A](value : A) : Seq[A]
Methods inherited from SeqFactory
unapplySeq
Methods inherited from TraversableFactory
concat, fill, fill, fill, fill, fill, tabulate, tabulate, tabulate, tabulate, tabulate, range, range, iterate
Methods inherited from GenericCompanion
empty, apply
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
@deprecated("use View instead")

type Projection

Method Details
implicit def canBuildFrom[A] : CanBuildFrom[Seq, A, Seq[A]]

def newBuilder[A] : Builder[A, Seq[A]]

@deprecated("use Seq(value) instead")

def singleton[A](value : A) : Seq[A]