Scala Standard Library 2.12.18 - scala.collection.parallel.ParIterableLike.ToParCollection (original) (raw)

class ToParCollection[U >: T, That] extends Transformer[Combiner[U, That], ToParCollection[U, That]]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ToParCollection
  2. Transformer
  3. Accessor
  4. StrictSplitterCheckTask
  5. Task
  6. AnyRef
  7. Any

Implicitly

  1. by CollectionsHaveToParArray

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Type Members

  1. type Result = Combiner[U, That]

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (ToParCollection[U, That], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (ToParCollection[U, That]) ⇒ Boolean, msg: ⇒ Any): ToParCollection[U, That]
  9. def ensuring(cond: (ToParCollection[U, That]) ⇒ Boolean): ToParCollection[U, That]
  10. def ensuring(cond: Boolean, msg: ⇒ Any): ToParCollection[U, That]
  11. def ensuring(cond: Boolean): ToParCollection[U, That]
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: Any): Boolean
  14. def finalize(): Unit
  15. def forwardThrowable(): Unit
  16. final def getClass(): Class[_]
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. def leaf(prev: Option[Combiner[U, That]]): Unit
  20. def merge(that: ToParCollection[U, That]): Unit
  21. final def ne(arg0: AnyRef): Boolean
  22. def newSubtask(p: IterableSplitter[T]): ToParCollection[U, That]
  23. final def notify(): Unit
  24. final def notifyAll(): Unit
  25. val pit: IterableSplitter[T]
  26. def repr: ToParCollection[U, That]
  27. def requiresStrictSplitters: Boolean
  28. var result: Result
  29. def shouldSplitFurther: Boolean
  30. def split: scala.Seq[Task[Combiner[U, That], ToParCollection[U, That]]]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
  32. val throwable: Throwable
  33. def toParArray: ParArray[T]
  34. def toString(): String
  35. final def wait(): Unit
  36. final def wait(arg0: Long, arg1: Int): Unit
  37. final def wait(arg0: Long): Unit
  38. def →[B](y: B): (ToParCollection[U, That], B)

Inherited from Transformer[Combiner[U, That], ToParCollection[U, That]]

Inherited from Accessor[Combiner[U, That], ToParCollection[U, That]]

Inherited from StrictSplitterCheckTask[Combiner[U, That], ToParCollection[U, That]]

Inherited from Task[Combiner[U, That], ToParCollection[U, That]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray fromToParCollection[U, That] to CollectionsHaveToParArray[ToParCollection[U, That], T]

Inherited by implicit conversion any2stringadd fromToParCollection[U, That] to any2stringadd[ToParCollection[U, That]]

Inherited by implicit conversion StringFormat fromToParCollection[U, That] to StringFormat[ToParCollection[U, That]]

Inherited by implicit conversion Ensuring fromToParCollection[U, That] to Ensuring[ToParCollection[U, That]]

Inherited by implicit conversion ArrowAssoc fromToParCollection[U, That] to ArrowAssoc[ToParCollection[U, That]]

Ungrouped