MapFactory (original) (raw)
scala.collection.MapFactory
See theMapFactory companion object
Members list
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Attributes
Source
Value parameters
it
Source collection
Attributes
Returns
A collection of type C
containing the same elements as the source collection it
.
Source
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.
Attributes
Source
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.
Attributes
Source
The default builder for Map objects.
The default builder for Map objects.
Attributes
Source
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
Attributes
Source
Partially apply a BuildFrom to a Factory
Attributes
Deprecated
[Since version 2.13.0]
Use newBuilder() instead of apply()
Source
The default Factory instance for maps.
The default Factory instance for maps.
Attributes
Source
In this article