Liking cljdoc? Tell your friends :D

modular.component.co-dependency


co-dependenciesclj

(co-dependencies component)

Same as component/dependencies but using ::co-dependencies

Same as component/dependencies but using ::co-dependencies
sourceraw docstring

co-usingclj

(co-using component co-dependencies)

Same as component/using but with ::co-dependencies keyword

Same as component/using but with ::co-dependencies keyword
sourceraw docstring

CoDepclj

source

get-component-keyclj

(get-component-key co system)

Get the component key identifier in system

Get the component key identifier in system
sourceraw docstring

start-systemclj

(start-system system)

same as component/start-system but using assoc-co-deps-and-start fn with atom system argument

same as component/start-system but using assoc-co-deps-and-start fn
with atom system argument
sourceraw docstring

system-co-usingclj

(system-co-using system dependency-map)

Associates dependency metadata with multiple components in the system. dependency-map is a map of keys in the system to maps or vectors specifying the dependencies of the component at that key in the system, as per 'using'.

Associates dependency metadata with multiple components in the
system. dependency-map is a map of keys in the system to maps or
vectors specifying the dependencies of the component at that key in
the system, as per 'using'.
sourceraw docstring

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

× close