|
Scala Library
|
|
scala/collection/IterableProxy.scala]
trait
IterableProxy[+A]
extends Iterable[A] with IterableProxyLike[A, Iterable[A]]This trait implements a proxy for iterable objects. It forwards all calls to a different iterable object.
| Methods inherited from IterableProxyLike | |
| iterator, foreach, isEmpty, foldRight, reduceRight, toIterable, zip, zipAll, zipWithIndex, head, takeRight, dropRight, sameElements, toStream, view, view |
| Methods inherited from TraversableProxyLike | |
| self (abstract), nonEmpty, size, hasDefiniteSize, ++, ++, map, flatMap, filter, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toSeq, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix |
| Methods inherited from Proxy | |
| hashCode, equals, toString |
| Methods inherited from Iterable | |
| companion |
| Methods inherited from IterableLike | |
| thisCollection, toCollection, elements, canEqual, first, firstOption, projection |
| Methods inherited from GenericTraversableTemplate | |
| newBuilder, genericBuilder, unzip, flatten, transpose |
| Methods inherited from TraversableLike | |
| repr, 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 |
|
Scala Library
|
|