wvlet.airframe.control.parallel

Members list

Concise view

Type members

Classlikes

case class ParallelIterator[T](source: Iterator[T], parallelism: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ParallelSeq[T](source: Seq[T], parallelism: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
implicit class ToParallelIterator[T](source: Iterator[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class ToParallelSeq[T](source: Seq[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ToParallelIterator[T](source: Iterator[T]): ToParallelIterator[T]
final implicit def ToParallelSeq[T](source: Seq[T]): ToParallelSeq[T]