scala.collection.generic.IterableViewTemplate

trait Transformed

[source: scala/collection/generic/IterableViewTemplate.scala]

trait Transformed[+B]
extends IterableView[B, Coll] with Transformed[B]
Direct Known Subclasses:
IterableViewTemplate.Sliced, IterableViewTemplate.Mapped, IterableViewTemplate.FlatMapped, IterableViewTemplate.Appended, IterableViewTemplate.Filtered, IterableViewTemplate.TakenWhile, IterableViewTemplate.DroppedWhile, SequenceViewTemplate.Transformed

Values and Variables inherited from Transformed
underlying
Methods inherited from IterableViewTemplate
newAppended, newMapped, newFlatMapped, newFiltered, newSliced, newDroppedWhile, newTakenWhile
Methods inherited from TraversableViewTemplate
newBuilder, force, ++, ++, map, flatMap, filter, init, drop, take, slice, dropWhile, takeWhile, span, splitAt
Methods inherited from Iterable
companion
Methods inherited from IterableTemplate
iterator (abstract), elements, foreach, isEmpty, foldRight, reduceRight, toIterable, head, takeRight, dropRight, sameElements, toStream, view, view, first, firstOption, toSeq, projection
Methods inherited from TraversableClass
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, nonEmpty, size, hasDefiniteSize, filterMap, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, headOption, tail, last, lastOption, copyToBuffer, copyToArray, copyToArray, toArray, toList, toSequence, toSet, mkString, mkString, mkString, addString, addString, addString, toString, stringPrefix
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf