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

trait NonDivisibleTask[R, Tp] extends StrictSplitterCheckTask[R, Tp]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. NonDivisibleTask
  2. StrictSplitterCheckTask
  3. Task
  4. AnyRef
  5. 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 = R

Abstract Value Members

  1. abstract def leaf(result: Option[R]): Unit
  2. abstract val result: R

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (NonDivisibleTask[R, Tp], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (NonDivisibleTask[R, Tp]) ⇒ Boolean, msg: ⇒ Any): NonDivisibleTask[R, Tp]
  9. def ensuring(cond: (NonDivisibleTask[R, Tp]) ⇒ Boolean): NonDivisibleTask[R, Tp]
  10. def ensuring(cond: Boolean, msg: ⇒ Any): NonDivisibleTask[R, Tp]
  11. def ensuring(cond: Boolean): NonDivisibleTask[R, Tp]
  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. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. def repr: Tp
  23. def requiresStrictSplitters: Boolean
  24. def shouldSplitFurther: Boolean
  25. def split: Nothing
  26. final def synchronized[T0](arg0: ⇒ T0): T0
  27. val throwable: Throwable
  28. def toParArray: ParArray[T]
  29. def toString(): String
  30. final def wait(): Unit
  31. final def wait(arg0: Long, arg1: Int): Unit
  32. final def wait(arg0: Long): Unit
  33. def →[B](y: B): (NonDivisibleTask[R, Tp], B)

Inherited from StrictSplitterCheckTask[R, Tp]

Inherited from Task[R, Tp]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray fromNonDivisibleTask[R, Tp] to CollectionsHaveToParArray[NonDivisibleTask[R, Tp], T]

Inherited by implicit conversion any2stringadd fromNonDivisibleTask[R, Tp] to any2stringadd[NonDivisibleTask[R, Tp]]

Inherited by implicit conversion StringFormat fromNonDivisibleTask[R, Tp] to StringFormat[NonDivisibleTask[R, Tp]]

Inherited by implicit conversion Ensuring fromNonDivisibleTask[R, Tp] to Ensuring[NonDivisibleTask[R, Tp]]

Inherited by implicit conversion ArrowAssoc fromNonDivisibleTask[R, Tp] to ArrowAssoc[NonDivisibleTask[R, Tp]]

Ungrouped