Scala Library Documentation
|
|
trait
Buffered
extends
MutableIterator[A]Method Summary | |
override def
|
buffered0 : Buffered |
abstract def
|
peekNext : A |
def
|
seekNext (f : (A) => Boolean) : Option[A] |
Methods inherited from MutableIterator | |
remove (abstract), filter, map, has, remove, retain |
Methods inherited from Iterator | |
hasNext (abstract), next (abstract), take, drop, append, ++, flatMap, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, copyToBuffer, toList, mkString, mkString, addString |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
Filter
(p : (A) => Boolean) extends MutableIterator[A]
|
Method Details |
Scala Library Documentation
|
|