Liking cljdoc? Tell your friends :D

utiliva.macros


class-sym?clj

(class-sym? sym)
source

if-classcljmacro

(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.
sourceraw docstring

sym->classclj

(sym->class sym)
source

when-classcljmacro

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close