CanCombineFrom
A base trait for parallel builder factories.
A base trait for parallel builder factories.
- Type Params
- 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.