Packages

class ParArrayIterator extends SeqSplitter[T]

Linear Supertypes
SeqSplitter[T], PreciseSplitter[T], AugmentedSeqIterator[T], IterableSplitter[T], DelegatedSignalling, Signalling, Splitter[T], AugmentedIterableIterator[T], RemainsIterator[T], Iterator[T], IterableOnceOps[T, Iterator, Iterator[T]], IterableOnce[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParArrayIterator
  2. SeqSplitter
  3. PreciseSplitter
  4. AugmentedSeqIterator
  5. IterableSplitter
  6. DelegatedSignalling
  7. Signalling
  8. Splitter
  9. AugmentedIterableIterator
  10. RemainsIterator
  11. Iterator
  12. IterableOnceOps
  13. IterableOnce
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParArrayIterator(i: Int = 0, until: Int = length, arr: Array[Any] = array)

Type Members

  1. class Appended[U >: T, PI <: SeqSplitter[U]] extends SeqSplitter.Appended[U, PI] with SeqSplitter[U]
    Definition Classes
    SeqSplitter
  2. class Mapped[S] extends SeqSplitter.Mapped[S] with SeqSplitter[S]
    Definition Classes
    SeqSplitter
  3. class Patched[U >: T] extends SeqSplitter[U]
    Definition Classes
    SeqSplitter
  4. class Taken extends SeqSplitter.Taken with SeqSplitter[T]
    Definition Classes
    SeqSplitter
  5. class Zipped[S] extends SeqSplitter.Zipped[S] with SeqSplitter[(T, S)]
    Definition Classes
    SeqSplitter
  6. class ZippedAll[U >: T, S] extends SeqSplitter.ZippedAll[U, S] with SeqSplitter[(U, S)]
    Definition Classes
    SeqSplitter
  7. class GroupedIterator[B >: A] extends AbstractIterator[immutable.Seq[B]]
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: T](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def abort(): Unit

    Sends an abort signal to other workers.

    Sends an abort signal to other workers.

    Abort flag being true means that a worker can abort and produce whatever result, since its result will not affect the final result of computation. An example of operations using this are find, forall and exists methods.

    Definition Classes
    DelegatedSignallingSignalling
  6. final def addString(b: mutable.StringBuilder): mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. final def addString(b: mutable.StringBuilder, sep: String): mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. def addString(b: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  9. def aggregate[S](z: => S)(seqop: (S, T) => S, combop: (S, S) => S): S
    Definition Classes
    ParArrayIterator → IterableOnceOps
  10. def appendParIterable[U >: T, PI <: IterableSplitter[U]](that: PI): ParArrayIterator.Appended[U, PI]
    Definition Classes
    IterableSplitter
  11. def appendParSeq[U >: T, PI <: SeqSplitter[U]](that: PI): Appended[U, PI]
    Definition Classes
    SeqSplitter
  12. val arr: Array[Any]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def buffered: BufferedIterator[T]
    Definition Classes
    Iterator
  15. def buildString(closure: ((String) => Unit) => Unit): String
    Attributes
    protected
    Definition Classes
    IterableSplitter
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def collect[B](pf: PartialFunction[T, B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  18. def collect2combiner[S, That](pf: PartialFunction[T, S], cb: Combiner[S, That]): Combiner[S, That]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  19. def collectFirst[B](pf: PartialFunction[T, B]): Option[B]
    Definition Classes
    IterableOnceOps
  20. def concat[B >: T](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  21. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  22. def copy2builder[U >: T, Coll, Bld <: Builder[U, Coll]](cb: Bld): Bld
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  23. def copyToArray[U >: T](array: Array[U], from: Int, len: Int): Int
    Definition Classes
    ParArrayIterator → IterableOnceOps
  24. def copyToArray[B >: T](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  25. def copyToArray[B >: T](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  26. def corresponds[S](corr: (T, S) => Boolean)(that: scala.Iterator[S]): Boolean
    Definition Classes
    AugmentedSeqIterator
  27. def corresponds[B](that: IterableOnce[B])(p: (T, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  28. def count(p: (T) => Boolean): Int
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator → IterableOnceOps
  29. def distinct: Iterator[T]
    Definition Classes
    Iterator
  30. def distinctBy[B](f: (T) => B): Iterator[T]
    Definition Classes
    Iterator
  31. def drop(n: Int): ParArrayIterator

    Drop implemented as simple eager consumption.

    Drop implemented as simple eager consumption.

    Definition Classes
    ParArrayIteratorIterableSplitter → Iterator → IterableOnceOps
  32. def drop2combiner[U >: T, This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  33. def dropWhile(p: (T) => Boolean): Iterator[T]
    Definition Classes
    Iterator → IterableOnceOps
  34. def dup: ParArrayIterator

    Creates a copy of this iterator.

    Creates a copy of this iterator.

    Definition Classes
    ParArrayIteratorSeqSplitterIterableSplitter
  35. def duplicate: (Iterator[T], Iterator[T])
    Definition Classes
    Iterator
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def exists(p: (T) => Boolean): Boolean
    Definition Classes
    ParArrayIterator → IterableOnceOps
  39. def filter(p: (T) => Boolean): Iterator[T]
    Definition Classes
    Iterator → IterableOnceOps
  40. def filter2combiner[U >: T, This](pred: (T) => Boolean, cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  41. def filterNot(p: (T) => Boolean): Iterator[T]
    Definition Classes
    Iterator → IterableOnceOps
  42. def filterNot2combiner[U >: T, This](pred: (T) => Boolean, cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  43. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  44. def find(p: (T) => Boolean): Option[T]
    Definition Classes
    ParArrayIterator → IterableOnceOps
  45. def flatMap[B](f: (T) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  46. def flatmap2combiner[S, That](f: (T) => scala.IterableOnce[S], cb: Combiner[S, That]): Combiner[S, That]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  47. def flatten[B](implicit ev: (T) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  48. def fold[U >: T](z: U)(op: (U, U) => U): U
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator → IterableOnceOps
  49. def foldLeft[S](z: S)(op: (S, T) => S): S
    Definition Classes
    ParArrayIterator → IterableOnceOps
  50. def foldRight[B](z: B)(op: (T, B) => B): B
    Definition Classes
    IterableOnceOps
  51. def forall(p: (T) => Boolean): Boolean
    Definition Classes
    ParArrayIterator → IterableOnceOps
  52. def foreach[U](f: (T) => U): Unit
    Definition Classes
    ParArrayIterator → IterableOnceOps
  53. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def grouped[B >: T](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  55. def hasNext: Boolean
    Definition Classes
    ParArrayIterator → Iterator
  56. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. var i: Int
  58. def indexFlag: Int

    Returns the value of the index flag.

    Returns the value of the index flag.

    The index flag holds an integer which carries some operation-specific meaning. For instance, takeWhile operation sets the index flag to the position of the element where the predicate fails. Other workers may check this index against the indices they are working on and return if this index is smaller than their index. Examples of operations using this are takeWhile, dropWhile, span and indexOf.

    returns

    the value of the index flag

    Definition Classes
    DelegatedSignallingSignalling
  59. def indexOf[B >: T](elem: B, from: Int): Int
    Definition Classes
    Iterator
  60. def indexOf[B >: T](elem: B): Int
    Definition Classes
    Iterator
  61. def indexWhere(pred: (T) => Boolean): Int
    Definition Classes
    ParArrayIterator → AugmentedSeqIterator
  62. def indexWhere(p: (T) => Boolean, from: Int): Int
    Definition Classes
    Iterator
  63. def isAborted: Boolean

    Checks whether an abort signal has been issued.

    Checks whether an abort signal has been issued.

    Abort flag being true means that a worker can abort and produce whatever result, since its result will not affect the final result of computation. An example of operations using this are find, forall and exists methods.

    returns

    the state of the abort

    Definition Classes
    DelegatedSignallingSignalling
  64. def isEmpty: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecatedOverriding("isEmpty is defined as !hasNext; override hasNext instead", "2.13.0")
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. def isRemainingCheap: Boolean

    For most collections, this is a cheap operation.

    For most collections, this is a cheap operation. Exceptions can override this method.

    Definition Classes
    RemainsIterator
  67. def isTraversableAgain: Boolean
    Definition Classes
    IterableOnceOps
  68. final def iterator: Iterator[T]
    Definition Classes
    Iterator → IterableOnce
    Annotations
    @inline()
  69. def knownSize: Int
    Definition Classes
    IterableOnce
  70. def lastIndexWhere(pred: (T) => Boolean): Int
    Definition Classes
    ParArrayIterator → AugmentedSeqIterator
  71. final def length: Int
    Definition Classes
    Iterator
    Annotations
    @inline()
  72. def map[S](f: (T) => S): Mapped[S]
    Definition Classes
    SeqSplitterIterableSplitter → Iterator → IterableOnceOps
  73. def map2combiner[S, That](f: (T) => S, cb: Combiner[S, That]): Combiner[S, That]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  74. def max[U >: T](implicit ord: Ordering[U]): T
    Definition Classes
    AugmentedIterableIterator → IterableOnceOps
  75. def maxBy[B](f: (T) => B)(implicit cmp: math.Ordering[B]): T
    Definition Classes
    IterableOnceOps
  76. def maxByOption[B](f: (T) => B)(implicit cmp: math.Ordering[B]): Option[T]
    Definition Classes
    IterableOnceOps
  77. def maxOption[B >: T](implicit ord: math.Ordering[B]): Option[T]
    Definition Classes
    IterableOnceOps
  78. def min[U >: T](implicit ord: Ordering[U]): T
    Definition Classes
    AugmentedIterableIterator → IterableOnceOps
  79. def minBy[B](f: (T) => B)(implicit cmp: math.Ordering[B]): T
    Definition Classes
    IterableOnceOps
  80. def minByOption[B](f: (T) => B)(implicit cmp: math.Ordering[B]): Option[T]
    Definition Classes
    IterableOnceOps
  81. def minOption[B >: T](implicit ord: math.Ordering[B]): Option[T]
    Definition Classes
    IterableOnceOps
  82. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  83. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  84. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  85. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def next(): T
    Definition Classes
    ParArrayIterator → Iterator
  87. def nextOption(): Option[T]
    Definition Classes
    Iterator
  88. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  89. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  91. def padTo[B >: T](len: Int, elem: B): Iterator[B]
    Definition Classes
    Iterator
  92. def partition(p: (T) => Boolean): (Iterator[T], Iterator[T])
    Definition Classes
    Iterator
  93. def partition2combiners[U >: T, This](pred: (T) => Boolean, btrue: Combiner[U, This], bfalse: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  94. def patch[B >: T](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  95. def patchParSeq[U >: T](from: Int, patchElems: SeqSplitter[U], replaced: Int): Patched[U]
    Definition Classes
    SeqSplitter
  96. def prefixLength(pred: (T) => Boolean): Int
    Definition Classes
    ParArrayIterator → AugmentedSeqIterator
  97. def product[U >: T](implicit num: Numeric[U]): U
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator → IterableOnceOps
  98. def psplit(sizesIncomplete: Int*): scala.Seq[ParArrayIterator]

    Splits the splitter into disjunct views.

    Splits the splitter into disjunct views.

    This overloaded version of the split method is specific to precise splitters. It returns a sequence of splitters, each iterating some subset of the elements in this splitter. The sizes of the subsplitters in the partition is equal to the size in the corresponding argument, as long as there are enough elements in this splitter to split it that way.

    If there aren't enough elements, a zero element splitter is appended for each additional argument. If there are additional elements, an additional splitter is appended at the end to compensate.

    For example, say we have a splitter ps with 100 elements. Invoking:

    ps.split(50, 25, 25, 10, 5)

    will return a sequence of five splitters, last two views being empty. On the other hand, calling:

    ps.split(50, 40)

    will return a sequence of three splitters, last of them containing ten elements.

    Note: this method actually invalidates the current splitter.

    Unlike the case with split found in splitters, views returned by this method can be empty.

    returns

    a sequence of disjunct subsequence iterators of this parallel iterator

    Definition Classes
    ParArrayIteratorSeqSplitterPreciseSplitter
  99. def psplitWithSignalling(sizes: Int*): scala.Seq[SeqSplitter[T]]
    Definition Classes
    SeqSplitter
  100. def reduce[U >: T](op: (U, U) => U): U
    Definition Classes
    AugmentedIterableIterator → IterableOnceOps
  101. def reduceLeft[U >: T](howmany: Int, op: (U, U) => U): U
    Definition Classes
    AugmentedIterableIterator
  102. def reduceLeft[B >: T](op: (B, T) => B): B
    Definition Classes
    IterableOnceOps
  103. def reduceLeftOption[B >: T](op: (B, T) => B): Option[B]
    Definition Classes
    IterableOnceOps
  104. def reduceOption[B >: T](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  105. def reduceRight[B >: T](op: (T, B) => B): B
    Definition Classes
    IterableOnceOps
  106. def reduceRightOption[B >: T](op: (T, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  107. def remaining: Int

    The number of elements this iterator has yet to traverse.

    The number of elements this iterator has yet to traverse. This method doesn't change the state of the iterator. Unlike the version of this method in the supertrait, method remaining in ParSeqLike.this.ParIterator must return an exact number of elements remaining in the iterator.

    returns

    an exact number of elements this iterator has yet to iterate

    Definition Classes
    ParArrayIteratorSeqSplitter → AugmentedSeqIterator → IterableSplitter → RemainsIterator
  108. def reverse: SeqSplitter[T]
    Definition Classes
    SeqSplitter
  109. def reverse2combiner[U >: T, This](cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    ParArrayIterator → AugmentedSeqIterator
  110. def reverseMap2combiner[S, That](f: (T) => S, cb: Combiner[S, That]): Combiner[S, That]
    Definition Classes
    AugmentedSeqIterator
  111. def reversed: Iterable[T]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  112. def sameElements[B >: T](that: scala.IterableOnce[B]): Boolean
    Definition Classes
    ParArrayIterator → Iterator
  113. def scanLeft[B](z: B)(op: (B, T) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  114. def scanToArray[U >: T, A >: U](z: U, op: (U, U) => U, destarr: Array[A], from: Int): Unit
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  115. def scanToArray_quick[U](srcarr: Array[Any], destarr: Array[Any], op: (U, U) => U, z: U, srcfrom: Int, srcntil: Int, destfrom: Int): Unit
    Attributes
    protected
  116. def scanToCombiner[U >: T, That](howmany: Int, startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
    Definition Classes
    AugmentedIterableIterator
  117. def scanToCombiner[U >: T, That](startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
    Definition Classes
    AugmentedIterableIterator
  118. def setIndexFlag(f: Int): Unit

    Sets the value of the index flag.

    Sets the value of the index flag.

    The index flag holds an integer which carries some operation-specific meaning. For instance, takeWhile operation sets the index flag to the position of the element where the predicate fails. Other workers may check this index against the indices they are working on and return if this index is smaller than their index. Examples of operations using this are takeWhile, dropWhile, span and indexOf.

    f

    the value to which the index flag is set.

    Definition Classes
    DelegatedSignallingSignalling
  119. def setIndexFlagIfGreater(f: Int): Unit

    Sets the value of the index flag if argument is greater than current value.

    Sets the value of the index flag if argument is greater than current value. This method does this atomically.

    The index flag holds an integer which carries some operation-specific meaning. For instance, takeWhile operation sets the index flag to the position of the element where the predicate fails. Other workers may check this index against the indices they are working on and return if this index is smaller than their index. Examples of operations using this are takeWhile, dropWhile, span and indexOf.

    f

    the value to which the index flag is set

    Definition Classes
    DelegatedSignallingSignalling
  120. def setIndexFlagIfLesser(f: Int): Unit

    Sets the value of the index flag if argument is lesser than current value.

    Sets the value of the index flag if argument is lesser than current value. This method does this atomically.

    The index flag holds an integer which carries some operation-specific meaning. For instance, takeWhile operation sets the index flag to the position of the element where the predicate fails. Other workers may check this index against the indices they are working on and return if this index is smaller than their index. Examples of operations using this are takeWhile, dropWhile, span and indexOf.

    f

    the value to which the index flag is set

    Definition Classes
    DelegatedSignallingSignalling
  121. def shouldSplitFurther[S](coll: parallel.ParIterable[S], parallelismLevel: Int): Boolean
    Definition Classes
    IterableSplitter
  122. val signalDelegate: Signalling

    A delegate that method calls are redirected to.

    A delegate that method calls are redirected to.

    Definition Classes
    IterableSplitterDelegatedSignalling
  123. def size: Int
    Definition Classes
    IterableOnceOps
  124. def slice(from1: Int, until1: Int): SeqSplitter[T]
    Definition Classes
    SeqSplitterIterableSplitter → Iterator → IterableOnceOps
  125. def slice2combiner[U >: T, This](from: Int, until: Int, cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    AugmentedIterableIterator
  126. def sliceIterator(from: Int, until: Int): Iterator[T]
    Attributes
    protected
    Definition Classes
    Iterator
  127. def sliding[B >: T](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  128. def span(p: (T) => Boolean): (Iterator[T], Iterator[T])
    Definition Classes
    Iterator → IterableOnceOps
  129. def span2combiners[U >: T, This](p: (T) => Boolean, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
    Definition Classes
    AugmentedIterableIterator
  130. def split: scala.Seq[ParArrayIterator]

    Splits the iterator into a sequence of disjunct views.

    Splits the iterator into a sequence of disjunct views.

    Returns a sequence of split iterators, each iterating over some subset of the elements in the collection. These subsets are disjoint and should be approximately equal in size. These subsets are not empty, unless the iterator is empty in which case this method returns a sequence with a single empty iterator. If the splitter has more than two elements, this method will return two or more splitters.

    Implementors are advised to keep this partition relatively small - two splitters are already enough when partitioning the collection, although there may be a few more.

    Note: this method actually invalidates the current splitter.

    returns

    a sequence of disjunct iterators of the collection

    Definition Classes
    ParArrayIteratorSeqSplitterPreciseSplitterIterableSplitterSplitter
  131. def splitAt(n: Int): (Iterator[T], Iterator[T])
    Definition Classes
    IterableOnceOps
  132. def splitAt2combiners[U >: T, This](at: Int, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
    Definition Classes
    AugmentedIterableIterator
  133. def splitWithSignalling: scala.Seq[SeqSplitter[T]]
    Definition Classes
    SeqSplitterIterableSplitter
  134. def stepper[S <: Stepper[_]](implicit shape: StepperShape[T, S]): S
    Definition Classes
    IterableOnce
  135. def sum[U >: T](implicit num: Numeric[U]): U
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator → IterableOnceOps
  136. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  137. def tag: Int

    A read only tag specific to the signalling object.

    A read only tag specific to the signalling object. It is used to give specific workers information on the part of the collection being operated on.

    Definition Classes
    DelegatedSignallingSignalling
  138. def take(n: Int): SeqSplitter[T]
    Definition Classes
    SeqSplitterIterableSplitter → Iterator → IterableOnceOps
  139. def take2combiner[U >: T, This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
    Definition Classes
    ParArrayIterator → AugmentedIterableIterator
  140. def takeWhile(p: (T) => Boolean): Iterator[T]
    Definition Classes
    Iterator → IterableOnceOps
  141. def takeWhile2combiner[U >: T, This](p: (T) => Boolean, cb: Combiner[U, This]): (Combiner[U, This], Boolean)
    Definition Classes
    AugmentedIterableIterator
  142. def tapEach[U](f: (T) => U): Iterator[T]
    Definition Classes
    Iterator → IterableOnceOps
  143. def to[C1](factory: Factory[T, C1]): C1
    Definition Classes
    IterableOnceOps
  144. def toArray[B >: T](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  145. final def toBuffer[B >: T]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  146. def toIndexedSeq: immutable.IndexedSeq[T]
    Definition Classes
    IterableOnceOps
  147. def toList: immutable.List[T]
    Definition Classes
    IterableOnceOps
  148. def toMap[K, V](implicit ev: <:<[T, (K, V)]): immutable.Map[K, V]
    Definition Classes
    IterableOnceOps
  149. def toSeq: immutable.Seq[T]
    Definition Classes
    IterableOnceOps
  150. def toSet[B >: T]: immutable.Set[B]
    Definition Classes
    IterableOnceOps
  151. def toString(): String
    Definition Classes
    ParArrayIterator → Iterator → AnyRef → Any
  152. def toVector: immutable.Vector[T]
    Definition Classes
    IterableOnceOps
  153. val until: Int
  154. def updated2combiner[U >: T, That](index: Int, elem: U, cb: Combiner[U, That]): Combiner[U, That]
    Definition Classes
    AugmentedSeqIterator
  155. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  156. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  157. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  158. def withFilter(p: (T) => Boolean): Iterator[T]
    Definition Classes
    Iterator
  159. def zip[B](that: IterableOnce[B]): Iterator[(T, B)]
    Definition Classes
    Iterator
  160. def zip2combiner[U >: T, S, That](otherpit: RemainsIterator[S], cb: Combiner[(U, S), That]): Combiner[(U, S), That]
    Definition Classes
    AugmentedIterableIterator
  161. def zipAll[A1 >: T, B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
    Definition Classes
    Iterator
  162. def zipAll2combiner[U >: T, S, That](that: RemainsIterator[S], thiselem: U, thatelem: S, cb: Combiner[(U, S), That]): Combiner[(U, S), That]
    Definition Classes
    AugmentedIterableIterator
  163. def zipAllParSeq[S, U >: T, R >: S](that: SeqSplitter[S], thisElem: U, thatElem: R): ZippedAll[U, R]
    Definition Classes
    SeqSplitterIterableSplitter
  164. def zipParSeq[S](that: SeqSplitter[S]): Zipped[S]
    Definition Classes
    SeqSplitterIterableSplitter
  165. def zipWithIndex: Iterator[(T, Int)]
    Definition Classes
    Iterator → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, T) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (T, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. final def copyToBuffer[B >: T](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  4. 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

  5. def scanRight[B](z: B)(op: (T, B) => B): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Call scanRight on an Iterable instead.

  6. def seq: ParArrayIterator.this.type
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterator.seq always returns the iterator itself

  7. final def toIterator: Iterator[T]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  8. final def toStream: immutable.Stream[T]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

Inherited from SeqSplitter[T]

Inherited from PreciseSplitter[T]

Inherited from AugmentedSeqIterator[T]

Inherited from IterableSplitter[T]

Inherited from DelegatedSignalling

Inherited from Signalling

Inherited from Splitter[T]

Inherited from AugmentedIterableIterator[T]

Inherited from RemainsIterator[T]

Inherited from Iterator[T]

Inherited from IterableOnceOps[T, Iterator, Iterator[T]]

Inherited from IterableOnce[T]

Inherited from AnyRef

Inherited from Any

Ungrouped