Collection of functions used for managing Entity idents. EntityIdent is defined as a record consisting of fields
type
and id
.
Collection of functions used for managing Entity idents. EntityIdent is defined as a record consisting of fields `type` and `id`.
(entity->entity-ident entity)
Returns EntityIdent
record constructed from Entity
params
Returns `EntityIdent` record constructed from `Entity` params
(entity-ident->entity entity-ident)
Returns Entity
map constructed from EntityIdent
records fields
Returns `Entity` map constructed from `EntityIdent` records fields
(entity-ident? leaf)
Check if leaf
is of record EntityIdent
Check if `leaf` is of record `EntityIdent`
(entity? leaf)
Check if leaf
has params :entitydb/type
and :entitydb/id
which constitute an entity
Check if `leaf` has params `:entitydb/type` and `:entitydb/id` which constitute an entity
(entitydb-ex-info message anomaly)
(entitydb-ex-info message anomaly props)
Creates exception info instance for entitydb anomalies
Creates exception info instance for entitydb anomalies
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close