ParallelSeq

wvlet.airframe.control.parallel.package$.ParallelSeq
case class ParallelSeq[T](source: Seq[T], parallelism: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[R : ClassTag](f: T => R): Seq[R]
def withParallelism(parallelism: Int): ParallelSeq[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product