Liking cljdoc? Tell your friends :D

xyz.madland.integrant.tools.alpha


assocclj

(assoc system k v)

assoc-inclj

(assoc-in system ks v)

await-shutdown!clj

(await-shutdown! system)

contains?clj

(contains? system k)

destructure-derivedclj

(destructure-derived bindings)

execclj

(exec config ks)

exec-daemon!clj

(exec-daemon! config)
(exec-daemon! config ks)

find-kclj

(find-k system k)

find-ksclj

(find-ks system k)

getclj

(get system k)

get-allclj

(get-all system k)

get-inclj

(get-in system ks)

init*clj

(init* system ks)

select-keysclj

(select-keys system ks)

updateclj

(update system k f & args)

update-existingclj

(update-existing system k f & args)

update-inclj

(update-in system ks f & args)

with-systemcljmacro

(with-system [binding config ks] & body)

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

× close