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

trait Task[R, +Tp] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

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
  3. abstract def shouldSplitFurther: Boolean

Concrete Value Members

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray fromTask[R, Tp] to CollectionsHaveToParArray[Task[R, Tp], T]

Inherited by implicit conversion any2stringadd fromTask[R, Tp] to any2stringadd[Task[R, Tp]]

Inherited by implicit conversion StringFormat fromTask[R, Tp] to StringFormat[Task[R, Tp]]

Inherited by implicit conversion Ensuring fromTask[R, Tp] to Ensuring[Task[R, Tp]]

Inherited by implicit conversion ArrowAssoc fromTask[R, Tp] to ArrowAssoc[Task[R, Tp]]

Ungrouped