|
Scala Library
|
|
scala/collection/immutable/Vector.scala]
object
Vector
extends SeqFactory[Vector]| Value Summary | |
val
|
BF : GenericCanBuildFrom[Nothing] |
val
|
NIL : Vector[Nothing] |
| Method Summary | |
implicit def
|
canBuildFrom [A] : CanBuildFrom[Vector, A, Vector[A]] |
override def
|
empty
[A] : Vector[A]
The empty iterable of type
CC. |
def
|
newBuilder [A] : Builder[A, Vector[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 | |
| 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 |
| Value Details |
| Method Details |
|
Scala Library
|
|