Grouper.Data.Group (Grouper v0.1.0) View Source
data layer driver for explicitly-created groups
Link to this section Summary
Functions
delete data value of a given type and a given key
enumerates all key-values of a given type
get data value of a given type and a given key
initialize group-driven data
store data value of a given type and a given key
Link to this section Types
Specs
group_pid() :: pid()
Specs
group_tid() :: atom()
Specs
key() :: Grouper.Data.key()
Specs
Specs
type() :: Grouper.Data.type()
Specs
value() :: Grouper.Data.value()
Link to this section Functions
Specs
delete data value of a given type and a given key
Specs
enumerates all key-values of a given type
Specify the special type :_
to read data of all types
Specs
get data value of a given type and a given key
Specs
initialize group-driven data
Currently does nothing.
Specs
store data value of a given type and a given key