(apply-all fn-map arg-map)
Applies all functions in fn-map with the value corresponding in arg-map.
If the corresponding arg has an (:apply true) pair in it's meta data, then apply the arg to f with clojure.core/apply.
ex: (apply-all {:a #(+ % 1)} {:a 1}) => {:a 2}
Applies all functions in fn-map with the value corresponding in arg-map. If the corresponding arg has an (:apply true) pair in it's meta data, then apply the arg to f with clojure.core/apply. ex: (apply-all {:a #(+ % 1)} {:a 1}) => {:a 2}
(read-arg arg-str)
(read-arg arg-str readers)
Reads valid edn using clojure.edn/read-string. Will use the default statikit readers, as well as any passed in readers
Reads valid edn using clojure.edn/read-string. Will use the default statikit readers, as well as any passed in readers
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close