Back
build (clj)
(source)function
(build config keys f)
(build config keys f assertf)
(build config keys f assertf resolvef)
Apply a function f to each key value pair in a configuration map. Keys are
traversed in dependency order, and any references in the value expanded. The
function should take two arguments, a key and value, and return a new value.
An optional fourth argument, assertf, may be supplied to provide an assertion
check on the system, key and expanded value.