scala.collection.generic.IterableViewTemplate

trait TakenWhile

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

trait TakenWhile
extends Transformed[A] with TakenWhile
Direct Known Subclasses:
SequenceViewTemplate.TakenWhile

Values and Variables inherited from TakenWhile
pred (abstract)
Values and Variables inherited from Transformed
underlying
Method Summary
override def iterator : Iterator[A]
Creates a new iterator over all elements contained in this iterable object.
Methods inherited from TakenWhile
foreach, stringPrefix
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
elements, 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
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def iterator : Iterator[A]
Creates a new iterator over all elements contained in this iterable object.
Returns
the new iterator