Liking cljdoc? Tell your friends :D

xyz.madland.integrant.tools.alpha


assocclj

(assoc system k v)

assoc-inclj

(assoc-in system ks v)

contains?clj

(contains? system k)

destructure-derivedclj

(destructure-derived bindings)

find-kclj

(find-k system k)

getclj

(get system k)

get-inclj

(get-in system ks)

init*clj

(init* 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