MapHasDots

kofre.dotted.HasDots.MapHasDots
class MapHasDots[K, V](kdots: HasDots[K], vdots: HasDots[V]) extends HasDots[Map[K, V]]

Attributes

Graph
Supertypes
trait HasDots[Map[K, V]]
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (dotted: Map[K, V])
def dots: Dots
def removeDots(dots: Dots): Option[Map[K, V]]

Removes dots and anything associated to them from the value. In case the value becomes fully “empty” returns None

Removes dots and anything associated to them from the value. In case the value becomes fully “empty” returns None

Attributes