Liking cljdoc? Tell your friends :D

sundbry.resource


acquireclj

(acquire self resource-name)

full-nameclj

(full-name self)

initializeclj

(initialize system)

invokeclj

(invoke self func)

invoke-reverseclj

(invoke-reverse self func)

invoke-subresourceclj

(invoke-subresource self resource-name func)

make-resourceclj

(make-resource instance resource-name)
(make-resource instance resource-name dependency-names)
(make-resource instance resource-name dependency-names subresources)

Decorate a map object to become a resource

Decorate a map object to become a resource
raw docstring

make-systemclj

(make-system instance resource-name)
(make-system instance resource-name subresources)

Decorate a map object to become a system (top level resource)

Decorate a map object to become a system (top level resource)
raw docstring

nameclj

(name self)

new-resourceclj

(new-resource resource-name)

Construct a new resource

Construct a new resource
raw docstring

new-systemclj

(new-system system-name)

Construct a new system

Construct a new system
raw docstring

requireclj

(require self resource-name)

subresourcesclj

(subresources self)

with-resourcescljmacro

(with-resources self resource-names & forms)

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

× close