Packages

object Map extends MapFactory[Map]

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

Annotations
@SerialVersionUID()
Source
Map.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Map
  2. MapFactory
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Map1[K, +V] extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), Iterable, Map[K, V]] with Serializable
    Annotations
    @SerialVersionUID()
  2. final class Map2[K, +V] extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), Iterable, Map[K, V]] with Serializable
    Annotations
    @SerialVersionUID()
  3. class Map3[K, +V] extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), Iterable, Map[K, V]] with Serializable
    Annotations
    @SerialVersionUID()
  4. final class Map4[K, +V] extends AbstractMap[K, V] with StrictOptimizedIterableOps[(K, V), Iterable, Map[K, V]] with Serializable
    Annotations
    @SerialVersionUID()
  5. class WithDefault[K, +V] extends AbstractMap[K, V] with MapOps[K, V, Map, WithDefault[K, V]] with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. def apply[K, V](elems: (K, V)*): Map[K, V]
    Definition Classes
    MapFactory
  2. def empty[K, V]: Map[K, V]
    Definition Classes
    MapMapFactory
  3. def from[K, V](it: IterableOnce[(K, V)]): Map[K, V]
    Definition Classes
    MapMapFactory
  4. implicit def mapFactory[K, V]: Factory[(K, V), Map[K, V]]
    Definition Classes
    MapFactory
  5. def newBuilder[K, V]: Builder[(K, V), Map[K, V]]
    Definition Classes
    MapMapFactory