Map of default readers, contains #fill and #provided.
Map of default readers, contains #fill and #provided.
(ex-fill p o)
Fills and returns object o using provided map p.
Fills and returns object o using provided map p.
(fill p i)
Fills provided map p up to identifier i, returns that object.
Fills provided map p up to identifier i, returns that object.
(fill* p)
(fill* p i)
Fills provided map p recursively up to identifier i. If identifier not given fills all keys.
Fills provided map p recursively up to identifier i. If identifier not given fills all keys.
(filled? o)
Is given object o free of ToBeProvided links?
Is given object o free of ToBeProvided links?
(-ident l)
Get identifier for this resource link.
Get identifier for this resource link.
(-link? l)
Is this a resource link to be filled?
Is this a resource link to be filled?
(not-yet-filled o)
Get a set of ToBeProvided identifiers from object o.
Get a set of ToBeProvided identifiers from object o.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close