Liking cljdoc? Tell your friends :D

com.github.clojure.di.impl


calc-depsclj

(calc-deps components)

calculate the dependencies of each component return list of [comp-name #{depdencies names}] for each component

calculate the dependencies of each component
return list of [comp-name #{depdencies names}] for each component
sourceraw docstring

init-orderclj

(init-order comp-deps)

return a vector of the components name, of their init order

return a vector of the components name, of their init order
sourceraw docstring

merge-ctxclj

(merge-ctx ctx new provider-name)
source

parse-argsclj

(parse-args destruce-map opt-map)
source

parse-respclj

(parse-resp body)
source

select-inputclj

(select-input {:com.github.clojure.di.core/keys [name optional in opts]
               :or {optional #{}}}
              ctx
              default-opts)

select the input value of a di component from the ctx

select the input value of a di component from the ctx
sourceraw docstring

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

× close