Liking cljdoc? Tell your friends :D
ClojureScript only.

workflo.entitydb.indexes.common


typed-refcljs

(typed-ref entity type-map)

Takes an entity and a type map. Returns a so-called typed ref of the form [<entity name (keyword)> <workflo ID>].

Throws if the entity type cannot be resolved using the type map.

Takes an entity and a type map. Returns a so-called `typed ref` of the
form `[<entity name (keyword)> <workflo ID>]`.

Throws if the entity type cannot be resolved using the type map.
sourceraw docstring

unchecked-typed-refcljs

(unchecked-typed-ref entity type-map)

Unchecked version of checked-typed-ref.

Unchecked version of `checked-typed-ref`.
sourceraw docstring

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

× close