DotMap

kofre.dotted.DotMap
See theDotMap companion object
case class DotMap[K, V](repr: Map[K, V])

DotMap is just a container to use maps in a dotted context. Merge/<= are done per entry, with missing entries replaced by Bottom.empty. Decompose decomposes all components.

See kofre.datatypes.contextual.ObserveRemoveMap for a usage example.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product