Liking cljdoc? Tell your friends :D

keechma.entitydb.internal

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`. 
raw docstring

entity->entity-identcljs

(entity->entity-ident entity)

Returns EntityIdent record constructed from Entity params

Returns `EntityIdent` record constructed from `Entity` params
sourceraw docstring

entity-ident->entitycljs

(entity-ident->entity entity-ident)

Returns Entity map constructed from EntityIdent records fields

Returns `Entity` map constructed from `EntityIdent` records fields
sourceraw docstring

entity-ident?cljs

(entity-ident? leaf)

Check if leaf is of record EntityIdent

Check if `leaf` is of record `EntityIdent`
sourceraw docstring

entity?cljs

(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
sourceraw docstring

entitydb-ex-infocljs

(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
sourceraw docstring

EntityIdentcljs

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close