Liking cljdoc? Tell your friends :D

com.github.clojure.di.core


ctx-valuesclj

(ctx-values ctx key)

return the values of the key in the context

return the values of the key in the context
sourceraw docstring

defdicljmacro

(defdi fn-name & fdecl)
source

dicljmacro

(di & fdecl)
source

executeclj

(execute components)
(execute components init-ctx)
(execute components init-ctx opts)

execute the components in their dependency order supported options: :merge-fn - a map of {key merge-fn}, the merge-fn is a function that takes a key and a list of values, and return the merged value where the value is a pair of [key-of-the-provider value]

execute the components in their dependency order
supported options:
:merge-fn - a map of {key merge-fn}, 
  the merge-fn is a function that takes a key and a list of values, and return the merged value
  where the value is a pair of [key-of-the-provider value]
sourceraw docstring

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

× close