(deps dependencies)Converts a mixed list of dependencies into a dependency map. [:a :b {:c :f} :d] -> { :a :a :b :b :c :f :d :d } Useful when a component's dependency list is mostly the same but has one or two exceptions which require aliasing
Converts a mixed list of dependencies into a
dependency map.
[:a :b {:c :f} :d] -> { :a :a :b :b :c :f :d :d }
Useful when a component's dependency list is mostly
the same but has one or two exceptions which require aliasing(using+ component dependencies-list)Like component/using but accepts a mixed list of component dependencies. See +utility-belt.component/deps+. (using+ (some-component/create) [ :a :b {:c :d}])
Like component/using but accepts a mixed list of component dependencies. See +utility-belt.component/deps+.
(using+ (some-component/create) [ :a :b {:c :d}])cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |