Liking cljdoc? Tell your friends :D
Clojure only.

statikit.core


apply-allclj

(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}
raw docstring

read-argclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close