scala.collection.immutable

trait Traversable

[source: scala/collection/immutable/Traversable.scala]

trait Traversable[+A]
extends Traversable[A] with GenericTraversableTemplate[A, Traversable] with TraversableLike[A, Traversable[A]] with Immutable
A subtrait of collection.Traversable which represents traversables that cannot be mutated.
Author
Matthias Zenger
Martin Odersky
Version
2.8
Since
2.8
Direct Known Subclasses:
Iterable

Method Summary
override def companion : GenericCompanion[Traversable]
The factory companion object that builds instances of class CC
Methods inherited from GenericTraversableTemplate
foreach (abstract), newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, thisCollection, toCollection, isEmpty, nonEmpty, size, hasDefiniteSize, ++, ++, map, flatMap, filter, filterNot, partialMap, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, foldRight, :\, reduceLeft, reduceLeftOption, reduceRight, reduceRightOption, sum, product, min, max, head, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toIterable, toSeq, toIndexedSeq, toStream, toSet, mkString, mkString, mkString, addString, addString, addString, toString, stringPrefix, view, view, withFilter
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def companion : GenericCompanion[Traversable]
The factory companion object that builds instances of class CC
Overrides
Traversable.companion, GenericTraversableTemplate.companion