Scala Library Documentation
|
|
scala/collection/jcl/MutableSeq.scala
]
protected
class
Filter(p : (A) => Boolean)
extends
MutableSeq[A]Method Summary | |
def
|
elements
: SeqIterator[Int, A]
Creates a new iterator over all elements contained in this
object.
|
Methods inherited from MutableSeq | |
isEmpty, apply, projection, indexOf, length |
Methods inherited from Seq | |
size, concat, ++, isDefinedAt, lastIndexOf, map, flatMap, filter, take, drop, takeWhile, dropWhile, reverse, contains, slice, subseq, toArray |
Methods inherited from PartialFunction | |
orElse, andThen |
Methods inherited from Function1 | |
toString, compose |
Methods inherited from MutableIterable | |
has, remove, removeAll, --, -, retain, retainAll, size0, clear |
Methods inherited from Collection | |
stringPrefix |
Methods inherited from Iterable | |
foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, addString, addString, copyToArray, hasDefiniteSize |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
FilterIterator
(underlying : SeqIterator[Int, A]) extends SeqIterator[Int, A]
|
Method Details |
def
elements : SeqIterator[Int, A]
Scala Library Documentation
|
|