scala.collection.SeqViewLike

trait Transformed

[source: scala/collection/SeqViewLike.scala]

trait Transformed[+B]
extends SeqView[B, Coll] with Transformed[B]
Direct Known Subclasses:
IndexedSeqViewLike.Transformed, SeqViewLike.Sliced, SeqViewLike.Mapped, SeqViewLike.FlatMapped, SeqViewLike.Appended, SeqViewLike.Filtered, SeqViewLike.TakenWhile, SeqViewLike.DroppedWhile, SeqViewLike.Zipped, SeqViewLike.ZippedAll, SeqViewLike.Reversed, SeqViewLike.Patched

Values and Variables inherited from Transformed
underlying
Method Summary
override abstract def apply (idx : Int) : B
Returns the elements at position `idx`
override abstract def length : Int
Returns the length of the sequence.
Methods inherited from SeqViewLike
newAppended, newMapped, newFlatMapped, newFiltered, newSliced, newDroppedWhile, newTakenWhile, newZipped, newZippedAll, newReversed, newPatched, reverse, patch, padTo, stringPrefix
Methods inherited from IterableViewLike
zip, zipWithIndex, zipAll
Methods inherited from TraversableViewLike
newBuilder, force, ++, ++, map, flatMap, filter, init, drop, take, slice, dropWhile, takeWhile, span, splitAt
Methods inherited from Seq
companion
Methods inherited from SeqLike
thisCollection, toCollection, lengthCompare, size, isDefinedAt, segmentLength, prefixLength, indexWhere, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, lastIndexWhere, reverseMap, reverseIterator, reversedElements, startsWith, startsWith, endsWith, indexOfSeq, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, contains, union, diff, intersect, removeDuplicates, updated, +:, :+, sortWith, sortWith, sortBy, toSeq, indices, view, view, hashCode, equals, toString, findLastIndexOf, equalsWith, containsSlice, projection
Methods inherited from IterableLike
iterator (abstract), elements, foreach, forall, exists, find, isEmpty, foldRight, reduceRight, toIterable, head, takeRight, dropRight, copyToArray, sameElements, toStream, canEqual, first, firstOption
Methods inherited from GenericTraversableTemplate
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, nonEmpty, hasDefiniteSize, filterNot, partialMap, remove, partition, groupBy, count, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, sum, product, min, max, headOption, tail, last, lastOption, copyToBuffer, copyToArray, toArray, toList, toIndexedSeq, toSet, mkString, mkString, mkString, addString, addString, addString, 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
Method Details
override abstract def length : Int
Returns the length of the sequence.

override abstract def apply(idx : Int) : B
Returns the elements at position `idx`