Source collection
A collection of type C containing the same elements
as the source collection it.
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer.
Building collections with fromSpecific is preferred because it can be lazy for lazy collections.
A factory that builds a collection of type
Cwith elements of typeA.Type of elements (e.g.
Int,Boolean, etc.)Type of collection (e.g.
List[Int],TreeMap[Int, String], etc.)