StrictSplitterCheckTask
scala.collection.parallel.ParIterableLike.StrictSplitterCheckTask
protected trait StrictSplitterCheckTask[R, Tp] extends Task[R, Tp]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Task
Inherited and Abstract methods
Body of the task - non-divisible unit of work done by this task. Optionally is provided with the result from the previous completed task or None
if there was no previous task (or the previous task is uncompleted or unknown).
Body of the task - non-divisible unit of work done by this task. Optionally is provided with the result from the previous completed task or None
if there was no previous task (or the previous task is uncompleted or unknown).
Attributes
- Inherited from:
- Task
Decides whether or not this task should be split further.
In this article