scala.collection

object Traversable

[source: scala/collection/Traversable.scala]

object Traversable
extends TraversableFactory[Traversable]
Factory methods and utilities for instances of type Traversable.
Author
Martin Odersky
Version
2.8
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[Traversable, A, Traversable[A]]
def newBuilder [A] : Builder[A, Traversable[A]]
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
Method Details
implicit def canBuildFrom[A] : CanBuildFrom[Traversable, A, Traversable[A]]

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