scala.collection.mutable

trait Traversable

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

trait Traversable[A]
extends Traversable[A] with TraversableClass[A, Traversable] with TraversableTemplate[A, Traversable[A]] with Mutable
A subtrait of collection.Traversable which represents traversables that can be mutated.
Author
Martin Odersky
Version
2.8
Direct Known Subclasses:
Iterable

Method Summary
override def companion : Companion[Traversable]
The factory companion object that builds instances of class CC
Methods inherited from TraversableClass
foreach (abstract), newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, isEmpty, nonEmpty, size, hasDefiniteSize, ++, ++, map, flatMap, filter, filterMap, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, foldRight, :\, reduceLeft, reduceLeftOption, reduceRight, reduceRightOption, head, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toIterable, toSequence, toStream, toSet, mkString, mkString, mkString, addString, addString, addString, toString, stringPrefix, view, view
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 : Companion[Traversable]
The factory companion object that builds instances of class CC
Overrides
Traversable.companion, TraversableClass.companion