Type members
Classlikes
@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
Inherited methods
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from
- MapFactory
- Source
- Factory.scala