Scala Standard Library 2.12.18 - scala.collection.parallel.immutable.ParHashSet.ParHashSetIterator (original) (raw)
class ParHashSetIterator extends IterableSplitter[T]
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParHashSetIterator
- IterableSplitter
- DelegatedSignalling
- Signalling
- Splitter
- AugmentedIterableIterator
- RemainsIterator
- Iterator
- TraversableOnce
- GenTraversableOnce
- AnyRef
- Any
Implicitly
by MonadOps
by CollectionsHaveToParArray
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
by alternateImplicit
Hide All
Show All
Type Members
- class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
- class Appended[U >: T, PI <: IterableSplitter[U]] extends IterableSplitter[U]
- class Mapped[S] extends IterableSplitter[S]
- class Taken extends IterableSplitter[T]
- class Zipped[S] extends IterableSplitter[(T, S)]
- class ZippedAll[U >: T, S] extends IterableSplitter[(U, S)]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ++(that: ⇒ Iterator[T]): Iterator[T]
- def ->[B](y: B): (ParHashSetIterator, B)
- final def ==(arg0: Any): Boolean
- def abort(): Unit
- def addString(b: StringBuilder): StringBuilder
- def addString(b: StringBuilder, sep: String): StringBuilder
- def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- def aggregate[B](z: ⇒ B)(seqop: (B, T) ⇒ B, combop: (B, B) ⇒ B): B
- def appendParIterable[U >: T, PI <: IterableSplitter[U]](that: PI): Appended[U, PI]
- final def asInstanceOf[T0]: T0
- def buffered: BufferedIterator[T]
- def buildString(closure: ((String) ⇒ Unit) ⇒ Unit): String
- def clone(): AnyRef
- def collect[B](pf: PartialFunction[T, B]): Iterator[B]
- def collect2combiner[S, That](pf: PartialFunction[T, S], cb: Combiner[S, That]): Combiner[S, That]
- def collectFirst[B](pf: PartialFunction[T, B]): Option[B]
- def contains(elem: Any): Boolean
- def copy2builder[U >: T, Coll, Bld <: Builder[U, Coll]](b: Bld): Bld
- def copyToArray(xs: Array[A], start: Int, len: Int): Unit
- def copyToArray(xs: Array[A]): Unit
- def copyToArray(xs: Array[A], start: Int): Unit
- def copyToBuffer[B >: T](dest: Buffer[B]): Unit
- def corresponds[B](that: GenTraversableOnce[B])(p: (T, B) ⇒ Boolean): Boolean
- def count(p: (T) ⇒ Boolean): Int
- def drop(n: Int): IterableSplitter[T]
- def drop2combiner[U >: T, This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
- def dropWhile(p: (T) ⇒ Boolean): Iterator[T]
- def dup: IterableSplitter[T]
- def duplicate: (Iterator[T], Iterator[T])
- def ensuring(cond: (ParHashSetIterator) ⇒ Boolean, msg: ⇒ Any): ParHashSetIterator
- def ensuring(cond: (ParHashSetIterator) ⇒ Boolean): ParHashSetIterator
- def ensuring(cond: Boolean, msg: ⇒ Any): ParHashSetIterator
- def ensuring(cond: Boolean): ParHashSetIterator
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def exists(p: (T) ⇒ Boolean): Boolean
- def filter(p: (T) ⇒ Boolean): Iterator[T]
- def filter2combiner[U >: T, This](pred: (T) ⇒ Boolean, cb: Combiner[U, This]): Combiner[U, This]
- def filterNot(p: (T) ⇒ Boolean): Iterator[T]
- def filterNot2combiner[U >: T, This](pred: (T) ⇒ Boolean, cb: Combiner[U, This]): Combiner[U, This]
- def finalize(): Unit
- def find(p: (T) ⇒ Boolean): Option[T]
- def flatMap[B](f: (T) ⇒ GenTraversableOnce[B]): Iterator[B]
- def flatmap2combiner[S, That](f: (T) ⇒ GenTraversableOnce[S], cb: Combiner[S, That]): Combiner[S, That]
- def fold[U >: T](z: U)(op: (U, U) ⇒ U): U
- def foldLeft[B](z: B)(op: (B, T) ⇒ B): B
- def foldRight[B](z: B)(op: (T, B) ⇒ B): B
- def forall(p: (T) ⇒ Boolean): Boolean
- def foreach(f: (T) ⇒ Unit): Unit
- final def getClass(): Class[_]
- def grouped[B >: T](size: Int): GroupedIterator[B]
- def hasDefiniteSize: Boolean
- def hasNext: Boolean
- def hashCode(): Int
- var i: Int
- def indexFlag: Int
- def indexOf[B >: T](elem: B, from: Int): Int
- def indexOf[B >: T](elem: B): Int
- def indexWhere(p: (T) ⇒ Boolean, from: Int): Int
- def indexWhere(p: (T) ⇒ Boolean): Int
- def isAborted: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isRemainingCheap: Boolean
- def isTraversableAgain: Boolean
- def length: Int
- def map[S](f: (T) ⇒ S): Mapped[S]
- def map2combiner[S, That](f: (T) ⇒ S, cb: Combiner[S, That]): Combiner[S, That]
- def max: A
- def maxBy[B](f: (A) ⇒ B): A
- def min: A
- def minBy[B](f: (A) ⇒ B): A
- def mkString: String
- def mkString(sep: String): String
- def mkString(start: String, sep: String, end: String): String
- final def ne(arg0: AnyRef): Boolean
- def next(): T
- def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def padTo(len: Int, elem: T): Iterator[T]
- def partition(p: (T) ⇒ Boolean): (Iterator[T], Iterator[T])
- def partition2combiners[U >: T, This](pred: (T) ⇒ Boolean, btrue: Combiner[U, This], bfalse: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- def patch[B >: T](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
- def product: A
- def reduce[U >: T](op: (U, U) ⇒ U): U
- def reduceLeft[U >: T](howmany: Int, op: (U, U) ⇒ U): U
- def reduceLeft[B >: T](op: (B, T) ⇒ B): B
- def reduceLeftOption[B >: T](op: (B, T) ⇒ B): Option[B]
- def reduceOption[A1 >: T](op: (A1, A1) ⇒ A1): Option[A1]
- def reduceRight[B >: T](op: (T, B) ⇒ B): B
- def reduceRightOption[B >: T](op: (T, B) ⇒ B): Option[B]
- def remaining: Int
- def reversed: List[T]
- def sameElements(that: Iterator[_]): Boolean
- def scanLeft[B](z: B)(op: (B, T) ⇒ B): Iterator[B]
- def scanRight[B](z: B)(op: (T, B) ⇒ B): Iterator[B]
- def scanToArray[U >: T, A >: U](z: U, op: (U, U) ⇒ U, array: Array[A], from: Int): Unit
- def scanToCombiner[U >: T, That](howmany: Int, startValue: U, op: (U, U) ⇒ U, cb: Combiner[U, That]): Combiner[U, That]
- def scanToCombiner[U >: T, That](startValue: U, op: (U, U) ⇒ U, cb: Combiner[U, That]): Combiner[U, That]
- def seq: Iterator[T]
- def setIndexFlag(f: Int): Unit
- def setIndexFlagIfGreater(f: Int): Unit
- def setIndexFlagIfLesser(f: Int): Unit
- def shouldSplitFurther[S](coll: parallel.ParIterable[S], parallelismLevel: Int): Boolean
- val signalDelegate: Signalling
- def size: Int
- def sizeHintIfCheap: Int
- def slice(from1: Int, until1: Int): IterableSplitter[T]
- def slice2combiner[U >: T, This](from: Int, until: Int, cb: Combiner[U, This]): Combiner[U, This]
- def sliceIterator(from: Int, until: Int): Iterator[T]
- def sliding[B >: T](size: Int, step: Int = 1): GroupedIterator[B]
- def span(p: (T) ⇒ Boolean): (Iterator[T], Iterator[T])
- def span2combiners[U >: T, This](p: (T) ⇒ Boolean, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- def split: scala.Seq[IterableSplitter[T]]
- def splitAt2combiners[U >: T, This](at: Int, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- def splitWithSignalling: scala.Seq[IterableSplitter[T]]
- def sum: A
- final def synchronized[T0](arg0: ⇒ T0): T0
- val sz: Int
- def tag: Int
- def take(n: Int): IterableSplitter[T]
- def take2combiner[U >: T, This](n: Int, cb: Combiner[U, This]): Combiner[U, This]
- def takeWhile(p: (T) ⇒ Boolean): Iterator[T]
- def takeWhile2combiner[U >: T, This](p: (T) ⇒ Boolean, cb: Combiner[U, This]): (Combiner[U, This], Boolean)
- def to[Col[_]]: Col[A]
- def toArray: Array[A]
- def toBuffer[B >: T]: Buffer[B]
- def toIndexedSeq: immutable.IndexedSeq[T]
- def toIterable: Iterable[T]
- def toIterator: Iterator[T]
- def toList: List[T]
- def toMap[T, U]: collection.Map[T, U]
- def toParArray: ParArray[T]
- def toSeq: Seq[T]
- def toSet[B >: T]: immutable.Set[B]
- def toStream: immutable.Stream[T]
- def toString(): String
- def toTraversable: Traversable[T]
- def toVector: Vector[T]
- var triter: scala.Iterator[T]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withFilter(p: (T) ⇒ Boolean): Iterator[T]
- def zip[B](that: Iterator[B]): Iterator[(T, B)]
- def zip2combiner[U >: T, S, That](otherpit: RemainsIterator[S], cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- def zipAll[B](that: Iterator[B], thisElem: T, thatElem: B): Iterator[(T, B)]
- def zipAll2combiner[U >: T, S, That](that: RemainsIterator[S], thiselem: U, thatelem: S, cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- def zipAllParSeq[S, U >: T, R >: S](that: SeqSplitter[S], thisElem: U, thatElem: R): ZippedAll[U, R]
- def zipParSeq[S](that: SeqSplitter[S]): Zipped[S]
- def zipWithIndex: Iterator[(T, Int)]
- def →[B](y: B): (ParHashSetIterator, B)
Deprecated Value Members
- def /:[B](z: B)(op: (B, T) ⇒ B): B
- def :\[B](z: B)(op: (T, B) ⇒ B): B
- def formatted(fmtstr: String): String