CopyUnrolledToArray

scala.collection.parallel.mutable.UnrolledParArrayCombiner.CopyUnrolledToArray
class CopyUnrolledToArray(array: Array[Any], offset: Int, howmany: Int) extends Task[Unit, CopyUnrolledToArray]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Result = Unit

Attributes

Inherited from:
Task

Value members

Concrete methods

def leaf(prev: Option[Unit]): Unit

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

Decides whether or not this task should be split further.

Decides whether or not this task should be split further.

Attributes

Splits this task into a list of smaller tasks.

Splits this task into a list of smaller tasks.

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Task

Attributes

Inherited from:
Task

Concrete fields

var result: Unit

A result that can be accessed once the task is completed.

A result that can be accessed once the task is completed.

Attributes

Inherited fields

Attributes

Inherited from:
Task