This object provides a set of operations to create immutable.Map
values.
Type members
Classlikes
@SerialVersionUID(3L)
final class Map1[K, +V](key1: K, value1: V) extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), [A] =>> Iterable[A], Map[K, V]] with Serializable
- Source
- Map.scala
@SerialVersionUID(3L)
final class Map2[K, +V](key1: K, value1: V, key2: K, value2: V) extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), [A] =>> Iterable[A], Map[K, V]] with Serializable
- Source
- Map.scala
@SerialVersionUID(3L)
class Map3[K, +V](key1: K, value1: V, key2: K, value2: V, key3: K, value3: V) extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), [A] =>> Iterable[A], Map[K, V]] with Serializable
- Source
- Map.scala
@SerialVersionUID(3L)
final class Map4[K, +V](key1: K, value1: V, key2: K, value2: V, key3: K, value3: V, key4: K, value4: V) extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), [A] =>> Iterable[A], Map[K, V]] with Serializable
- Source
- Map.scala
@SerialVersionUID(3L)
class WithDefault[K, +V](val underlying: Map[K, V], val defaultValue: K => V) extends AbstractMap[K, V] with MapOps[K, V, [K, V] =>> Map[K, V], WithDefault[K, V]] with Serializable
- Source
- Map.scala
Value members
Concrete methods
Inherited methods
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
- Inherited from
- MapFactory
- Source
- Factory.scala
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from
- MapFactory
- Source
- Factory.scala