scala.collection

trait TraversableProxy

[source: scala/collection/TraversableProxy.scala]

trait TraversableProxy[+A]
extends Traversable[A] with TraversableProxyLike[A, Traversable[A]]
This trait implements a proxy for traversable objects. It forwards all calls to a different traversable object
Author
Martin Odersky
Version
2.8
Since
2.8
Methods inherited from TraversableProxyLike
self (abstract), foreach, isEmpty, nonEmpty, size, hasDefiniteSize, ++, ++, map, flatMap, filter, 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, toSeq, toStream, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix, view, view
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from Traversable
companion
Methods inherited from GenericTraversableTemplate
newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, thisCollection, toCollection, partialMap, sum, product, min, max, toIndexedSeq, withFilter
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf