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

Factory.scala

Value parameters

it

Source collection

Attributes

Returns

A collection of type C containing the same elements as the source collection it.

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.

Attributes

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.

Attributes

Source

Factory.scala

The default builder for Map objects.

The default builder for Map objects.

Attributes

Source

Factory.scala

A collection of type Map that contains given key/value bindings.

A collection of type Map that contains given key/value bindings.

Attributes

Source

Factory.scala

Partially apply a BuildFrom to a Factory

Attributes

Deprecated

[Since version 2.13.0] Use newBuilder() instead of apply()

Source

BuildFrom.scala

The default Factory instance for maps.

The default Factory instance for maps.

Attributes

Source

Factory.scala

In this article