intervalidus.DiffAction
See theDiffAction companion object
Create/update/delete actions (like CQRS mutation commands). Used when extrapolating or applying event source-style information on dimensional data.
Type parameters
- D
-
for
CreateandUpdate, the type of domain used in the interval assigned to the valid value, and forDelete, the type of domain used as the key. - V
-
the type of the value managed as data (not used in
Delete).
Attributes
- Note
-
intervalidus does not have event-sourced data structures, and the history of mutations is not maintained.
- Companion
- object
- Source
- DiffAction.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article