Liking cljdoc? Tell your friends :D

org.httpkit.utils


compile-ifcljmacro

(compile-if test then else)

Evaluates test. If it returns logical true (and doesn't throw), expands to then, otherwise expands to else.

Evaluates `test`. If it returns logical true (and doesn't throw), expands
to `then`, otherwise expands to `else`.
raw docstring

java-version>=clj

(java-version>= n)

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

× close