Builds a collection of type C from elements of type A when a source collection of type From is available.
Builds a collection of type C from elements of type A when a source collection of type From is available.
Implicit instances of BuildFrom are available for all collection types.
Type of source collection
Type of elements (e.g. Int, Boolean, etc.)
Type of collection (e.g. List[Int], TreeMap[Int, String], etc.)
A factory that builds a collection of type C with elements of type A.
A factory that builds a collection of type C with elements of type A.