Liking cljdoc? Tell your friends :D
Clojure only.

edd.flow


e->cljmacro

(e-> expr & forms)

When expr is not nil, threads it into the first form (via ->), and when that result is not nil, through the next etc

When expr is not nil, threads it into the first form (via ->),
and when that result is not nil, through the next etc
raw docstring

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

× close