(-merge-components {:psyclyx.pastry/keys [->component target?] :as system})
Updates all component-level values in system
as in -update-components
, using a predicate and
updating function retrieved from the system.
Also see pastry-plugin
.
Updates all component-level values in `system` as in `-update-components`, using a predicate and updating function retrieved from the system. Also see `pastry-plugin`.
(-update-components system pred f & args)
Updates all component-level values in system
for which pred
is true with f
.
Updates all component-level values in `system` for which `pred` is true with `f`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close