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

trait TaskOps[R, Tp] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. TaskOps
  2. AnyRef
  3. Any

Implicitly

  1. by CollectionsHaveToParArray

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Abstract Value Members

  1. abstract def compose[R3, R2, Tp2](t2: SSCTask[R2, Tp2])(resCombiner: (R, R2) ⇒ R3): SeqComposite[R, R2, R3, SSCTask[R, Tp], SSCTask[R2, Tp2]]
  2. abstract def mapResult[R1](mapping: (R) ⇒ R1): ResultMapping[R, Tp, R1]
  3. abstract def parallel[R3, R2, Tp2](t2: SSCTask[R2, Tp2])(resCombiner: (R, R2) ⇒ R3): ParComposite[R, R2, R3, SSCTask[R, Tp], SSCTask[R2, Tp2]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (TaskOps[R, Tp], B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (TaskOps[R, Tp]) ⇒ Boolean, msg: ⇒ Any): TaskOps[R, Tp]
  9. def ensuring(cond: (TaskOps[R, Tp]) ⇒ Boolean): TaskOps[R, Tp]
  10. def ensuring(cond: Boolean, msg: ⇒ Any): TaskOps[R, Tp]
  11. def ensuring(cond: Boolean): TaskOps[R, Tp]
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: Any): Boolean
  14. def finalize(): Unit
  15. final def getClass(): Class[_]
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: ⇒ T0): T0
  22. def toParArray: ParArray[T]
  23. def toString(): String
  24. final def wait(): Unit
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit
  27. def →[B](y: B): (TaskOps[R, Tp], B)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray fromTaskOps[R, Tp] to CollectionsHaveToParArray[TaskOps[R, Tp], T]

Inherited by implicit conversion any2stringadd fromTaskOps[R, Tp] to any2stringadd[TaskOps[R, Tp]]

Inherited by implicit conversion StringFormat fromTaskOps[R, Tp] to StringFormat[TaskOps[R, Tp]]

Inherited by implicit conversion Ensuring fromTaskOps[R, Tp] to Ensuring[TaskOps[R, Tp]]

Inherited by implicit conversion ArrowAssoc fromTaskOps[R, Tp] to ArrowAssoc[TaskOps[R, Tp]]

Ungrouped