Liking cljdoc? Tell your friends :D
Clojure only.

io.github.frenchy64.fully-satisfies.run-all

An alternative to clojure.core/run! that does not short-circuit on reduced.

An alternative to `clojure.core/run!` that does not short-circuit on reduced.
raw docstring

run!clj

source

run-all!clj

(run-all! f c)

Reduce over c and invoke f on each (and every) element. Returns nil.

Reduce over c and invoke f on each (and every) element. Returns nil.
sourceraw docstring

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

× close