Scala Library: scala.collection.CustomParallelizable
scala.collection.CustomParallelizable
Concrete Value Members From scala.collection.CustomParallelizable
def parCombiner: Combiner[A, ParRepr]
The default par
implementation uses the combiner provided by this method to
create a new parallel collection.
- returns
- a combiner for the parallel collection of type
ParRepr
- a combiner for the parallel collection of type
- Attributes
- protected[this]
- Definition Classes
- CustomParallelizable → Parallelizable
(defined at scala.collection.CustomParallelizable)
Abstract Value Members From scala.collection.Parallelizable
abstract def seq: TraversableOnce[A]
- Definition Classes
- Parallelizable (defined at scala.collection.Parallelizable)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.