(if-class class then else)
When the class can be found, this expands to the form in the then
clause;
when not, it expands to the form in the else
clause.
When the class can be found, this expands to the form in the `then` clause; when not, it expands to the form in the `else` clause.
(when-class class & body)
When the class can be found, this expands to the body; when not, it suppresses it.
When the class can be found, this expands to the body; when not, it suppresses it.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |