CanCombineFrom
scala.collection.generic.CanCombineFrom
trait CanCombineFrom[-From, -Elem, +To] extends Parallel
A base trait for parallel builder factories.
Type parameters
- Elem
-
the element type of the collection to be created.
- From
-
the type of the underlying collection that requests a builder to be created.
- To
-
the type of the collection to be created.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
In this article