(apply-all fn-arg-pairs)
Takes in a seq of (f arg) pairs, returns result of mapping on the application of (f arg)
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 [[#(+ % 1) 1]] => (2)
Takes in a seq of (f arg) pairs, returns result of mapping on the application of (f arg) 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 [[#(+ % 1) 1]] => (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