scala.collection

trait SequenceProxy

[source: scala/collection/SequenceProxy.scala]

trait SequenceProxy[+A]
extends Sequence[A] with SequenceProxyTemplate[A, Sequence[A]]
This trait implements a proxy for sequence objects. It forwards all calls to a different sequence object.
Author
Martin Odersky
Version
2.8
Direct Known Subclasses:
ListView.selection.items

Methods inherited from SequenceProxyTemplate
length, apply, lengthCompare, size, isDefinedAt, zip, zipAll, zipWithIndex, segmentLength, prefixLength, indexWhere, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, lastIndexWhere, reverse, reverseIterator, startsWith, startsWith, endsWith, indexOfSeq, contains, union, diff, intersect, removeDuplicates, patch, padTo, indices, view, view, findLastIndexOf, slice, equalsWith, containsSlice
Methods inherited from IterableProxyTemplate
iterator, foreach, isEmpty, foldRight, reduceRight, toIterable, head, takeRight, dropRight, sameElements, toStream
Methods inherited from TraversableProxyTemplate
self (abstract), nonEmpty, 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, toSequence, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from Sequence
companion
Methods inherited from SequenceTemplate
reversedElements, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, sortWith, projection
Methods inherited from IterableTemplate
elements, first, firstOption, toSeq
Methods inherited from TraversableClass
newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, filterMap
Methods inherited from PartialFunction
orElse, andThen
Methods inherited from Function1
compose
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf