Map

@SerialVersionUID(3L)
object Map extends Delegate[Map]

This object provides a set of operations to create Map values.

Companion:
class
Source:
Map.scala
class Delegate[Map]
class Object
trait Matchable
class Any
Map.type

Value members

Inherited methods

override def apply[K, V](elems: (K, V)*): Map[K, V]
Definition Classes
Inherited from:
Delegate
Source:
Factory.scala
def empty[K, V]: Map[K, V]
Inherited from:
Delegate
Source:
Factory.scala
def from[K, V](it: IterableOnce[(K, V)]): Map[K, V]
Inherited from:
Delegate
Source:
Factory.scala
def newBuilder[K, V]: Builder[(K, V), Map[K, V]]
Inherited from:
Delegate
Source:
Factory.scala

Implicits

Inherited implicits

implicit def mapFactory[K, V]: Factory[(K, V), Map[K, V]]

The default Factory instance for maps.

The default Factory instance for maps.

Inherited from:
MapFactory
Source:
Factory.scala