scala.collection

trait SeqProxy

[source: scala/collection/SeqProxy.scala]

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

Methods inherited from SeqProxyLike
length, apply, lengthCompare, size, isDefinedAt, 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, equalsWith, containsSlice
Methods inherited from IterableProxyLike
iterator, foreach, isEmpty, foldRight, reduceRight, toIterable, zip, zipAll, zipWithIndex, head, takeRight, dropRight, sameElements, toStream
Methods inherited from TraversableProxyLike
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, toSeq, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from Seq
companion
Methods inherited from SeqLike
thisCollection, toCollection, reverseMap, reversedElements, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, updated, +:, :+, sortWith, sortWith, sortBy, findLastIndexOf, projection
Methods inherited from IterableLike
elements, canEqual, first, firstOption
Methods inherited from GenericTraversableTemplate
newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, partialMap, sum, product, min, max, toIndexedSeq, withFilter
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