This object provides a set of operations to create mutable.Map
values.
Type members
Classlikes
class WithDefault[K, V](val underlying: Map[K, V], val defaultValue: K => V) extends AbstractMap[K, V] with MapOps[K, V, Map, WithDefault[K, V]] with Serializable
- Source:
- Map.scala
Value members
Inherited methods
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from:
- MapFactory
- Source:
- Factory.scala