Search
blunt_ddd
v0.1.0
Pages
Modules
Settings
View Source
Blunt.AggregateRoot
behaviour
(blunt_ddd v0.1.0)
Link to this section
Summary
Types
domain_event()
state()
Callbacks
apply(state, domain_event)
Link to this section
Types
Link to this type
domain_event()
View Source
Specs
domain_event() ::
struct
()
Link to this type
state()
View Source
Specs
state() ::
struct
()
Link to this section
Callbacks
Link to this callback
apply(state, domain_event)
View Source
Specs
apply(
state
(),
domain_event
()) ::
state
()