ParArrayMap

scala.collection.parallel.mutable.ParArray.ParArrayMap
class ParArrayMap[S](f: T => S, targetarr: Array[Any], offset: Int, howmany: Int) extends Task[Unit, ParArrayMap[S]]

Attributes

Graph
Supertypes
trait Task[Unit, ParArrayMap[S]]
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

Inherited methods

Attributes

Inherited from:
Task
def repr: ParArrayMap[S]

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