- Companion:
- object
- Source:
- Factory.scala
Value members
Abstract methods
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
- Source:
- Factory.scala
- Value parameters:
- it
Source collection
- Returns:
A collection of type
C
containing the same elements as the source collectionit
.- Source:
- Factory.scala
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.
- Source:
- BuildFrom.scala
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.
- Source:
- Factory.scala
Concrete methods
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
- Source:
- Factory.scala
Partially apply a BuildFrom to a Factory
Partially apply a BuildFrom to a Factory
- Source:
- BuildFrom.scala
Deprecated methods
- Deprecated
- Source:
- BuildFrom.scala