class Sum[U >: T] extends Accessor[U, Sum[U]]
- Attributes
- protected[this]
- Alphabetic
- By Inheritance
- Sum
- Accessor
- StrictSplitterCheckTask
- Task
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Sum(num: Numeric[U], pit: IterableSplitter[T])
Value Members
- def forwardThrowable(): Unit
- Definition Classes
- Task
- def leaf(prevr: Option[U]): Unit
Body of the task - non-divisible unit of work done by this task.
- def merge(that: Sum[U]): Unit
Read of results of
that
task and merge them into results of this one. - def repr: Sum[U]
- Definition Classes
- Task
- def requiresStrictSplitters: Boolean
- Definition Classes
- StrictSplitterCheckTask
- var result: U
A result that can be accessed once the task is completed.
- def shouldSplitFurther: Boolean
Decides whether or not this task should be split further.
- def split: immutable.Seq[Accessor[U, Sum[U]]]
Splits this task into a list of smaller tasks.
- val throwable: Throwable
- Definition Classes
- Task
- Annotations
- @volatile()
- def toString(): String
- Definition Classes
- Accessor → AnyRef → Any