wvlet.airframe.control.parallel

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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]