GenericCanCombineFrom
scala.collection.generic.ParFactory.GenericCanCombineFrom
class GenericCanCombineFrom[From, To] extends CanCombineFrom[CC[From], To, CC[To]]
A generic implementation of the CanCombineFrom
trait, which forwards all calls to apply(from)
to the genericParBuilder
method of the parallel collection from
, and calls to apply()
to this factory.
Attributes
- Graph
-
- Supertypes
Members list
In this article