semagrams.PropMap
See thePropMap companion object
A dependently-typed, persistent mapping from properties to values; the type of the value stored for a given property depends on the property.
We implement this internally with a Map
from Property to Any
, and
then enforce that only things of the right property are used by only
exposing well-typed insertion mappings.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any