class ScopeElementIterator extends Iterator[ScopeElement]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScopeElementIterator
- Iterator
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScopeElementIterator(start: Option[ScopeElement])
Type Members
- class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]]
- Definition Classes
- Iterator
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: ScopeElement](xs: => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
- IterableOnceOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffered: BufferedIterator[ScopeElement]
- Definition Classes
- Iterator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collect[B](pf: PartialFunction[ScopeElement, B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[ScopeElement, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def concat[B >: ScopeElement](xs: => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator
- def contains(elem: Any): Boolean
- Definition Classes
- Iterator
- def copyToArray[B >: ScopeElement](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: ScopeElement](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: ScopeElement](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: IterableOnce[B])(p: (ScopeElement, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (ScopeElement) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def distinct: Iterator[ScopeElement]
- Definition Classes
- Iterator
- def distinctBy[B](f: (ScopeElement) => B): Iterator[ScopeElement]
- Definition Classes
- Iterator
- def drop(n: Int): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def dropWhile(p: (ScopeElement) => Boolean): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def duplicate: (Iterator[ScopeElement], Iterator[ScopeElement])
- Definition Classes
- Iterator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists(p: (ScopeElement) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(p: (ScopeElement) => Boolean): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def filterNot(p: (ScopeElement) => Boolean): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (ScopeElement) => Boolean): Option[ScopeElement]
- Definition Classes
- IterableOnceOps
- def flatMap[B](f: (ScopeElement) => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def flatten[B](implicit ev: (ScopeElement) => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def fold[A1 >: ScopeElement](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, ScopeElement) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (ScopeElement, B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: (ScopeElement) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (ScopeElement) => U): Unit
- Definition Classes
- IterableOnceOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def grouped[B >: ScopeElement](size: Int): GroupedIterator[B]
- Definition Classes
- Iterator
- def hasNext: Boolean
- Definition Classes
- ScopeElementIterator → Iterator
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexOf[B >: ScopeElement](elem: B, from: Int): Int
- Definition Classes
- Iterator
- def indexOf[B >: ScopeElement](elem: B): Int
- Definition Classes
- Iterator
- def indexWhere(p: (ScopeElement) => Boolean, from: Int): Int
- Definition Classes
- Iterator
- def isEmpty: Boolean
- Definition Classes
- Iterator → IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOnceOps
- final def iterator: Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnce
- Annotations
- @inline()
- def knownSize: Int
- Definition Classes
- IterableOnce
- final def length: Int
- Definition Classes
- Iterator
- Annotations
- @inline()
- def map[B](f: (ScopeElement) => B): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def max[B >: ScopeElement](implicit ord: Ordering[B]): ScopeElement
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (ScopeElement) => B)(implicit cmp: Ordering[B]): ScopeElement
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (ScopeElement) => B)(implicit cmp: Ordering[B]): Option[ScopeElement]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: ScopeElement](implicit ord: Ordering[B]): Option[ScopeElement]
- Definition Classes
- IterableOnceOps
- def min[B >: ScopeElement](implicit ord: Ordering[B]): ScopeElement
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (ScopeElement) => B)(implicit cmp: Ordering[B]): ScopeElement
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (ScopeElement) => B)(implicit cmp: Ordering[B]): Option[ScopeElement]
- Definition Classes
- IterableOnceOps
- def minOption[B >: ScopeElement](implicit ord: Ordering[B]): Option[ScopeElement]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(): ScopeElement
- Definition Classes
- ScopeElementIterator → Iterator
- def nextOption(): Option[ScopeElement]
- Definition Classes
- Iterator
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def padTo[B >: ScopeElement](len: Int, elem: B): Iterator[B]
- Definition Classes
- Iterator
- def partition(p: (ScopeElement) => Boolean): (Iterator[ScopeElement], Iterator[ScopeElement])
- Definition Classes
- Iterator
- def patch[B >: ScopeElement](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
- Definition Classes
- Iterator
- def product[B >: ScopeElement](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: ScopeElement](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: ScopeElement](op: (B, ScopeElement) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: ScopeElement](op: (B, ScopeElement) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: ScopeElement](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: ScopeElement](op: (ScopeElement, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: ScopeElement](op: (ScopeElement, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reversed: Iterable[ScopeElement]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def sameElements[B >: ScopeElement](that: IterableOnce[B]): Boolean
- Definition Classes
- Iterator
- def scanLeft[B](z: B)(op: (B, ScopeElement) => B): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def slice(from: Int, until: Int): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def sliceIterator(from: Int, until: Int): Iterator[ScopeElement]
- Attributes
- protected
- Definition Classes
- Iterator
- def sliding[B >: ScopeElement](size: Int, step: Int): GroupedIterator[B]
- Definition Classes
- Iterator
- def span(p: (ScopeElement) => Boolean): (Iterator[ScopeElement], Iterator[ScopeElement])
- Definition Classes
- Iterator → IterableOnceOps
- def splitAt(n: Int): (Iterator[ScopeElement], Iterator[ScopeElement])
- Definition Classes
- IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[ScopeElement, S]): S
- Definition Classes
- IterableOnce
- def sum[B >: ScopeElement](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take(n: Int): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def takeWhile(p: (ScopeElement) => Boolean): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def tapEach[U](f: (ScopeElement) => U): Iterator[ScopeElement]
- Definition Classes
- Iterator → IterableOnceOps
- def to[C1](factory: Factory[ScopeElement, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: ScopeElement](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: ScopeElement]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[ScopeElement]
- Definition Classes
- IterableOnceOps
- def toList: List[ScopeElement]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[ScopeElement, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toSeq: Seq[ScopeElement]
- Definition Classes
- IterableOnceOps
- def toSet[B >: ScopeElement]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Iterator → AnyRef → Any
- def toVector: Vector[ScopeElement]
- Definition Classes
- IterableOnceOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withFilter(p: (ScopeElement) => Boolean): Iterator[ScopeElement]
- Definition Classes
- Iterator
- def zip[B](that: IterableOnce[B]): Iterator[(ScopeElement, B)]
- Definition Classes
- Iterator
- def zipAll[A1 >: ScopeElement, B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
- Definition Classes
- Iterator
- def zipWithIndex: Iterator[(ScopeElement, Int)]
- Definition Classes
- Iterator → IterableOnceOps
Deprecated Value Members
- final def /:[B](z: B)(op: (B, ScopeElement) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def :\[B](z: B)(op: (ScopeElement, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, ScopeElement) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregate
is not relevant for sequential collections. UsefoldLeft(z)(seqop)
instead.
- final def copyToBuffer[B >: ScopeElement](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- final def hasDefiniteSize: Boolean
- Definition Classes
- Iterator → IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) hasDefiniteSize on Iterator is the same as isEmpty
- def scanRight[B](z: B)(op: (ScopeElement, B) => B): Iterator[B]
- Definition Classes
- Iterator
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Call scanRight on an Iterable instead.
- def seq: ScopeElementIterator.this.type
- Definition Classes
- Iterator
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterator.seq always returns the iterator itself
- final def toIterator: Iterator[ScopeElement]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[ScopeElement]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream