(agent? x)
Returns true, if 'x' is an Agent.
Returns true, if 'x' is an Agent.
(not-nil? x)
Tests if 'x' is not nil.
Same as (not (nil? x)) or ((complement nil?) x). If 'x' is sequable, use (seq x) instead.
Tests if 'x' is not nil. Same as (not (nil? x)) or ((complement nil?) x). If 'x' is sequable, use (seq x) instead.
(reftype? x)
Returns true, if 'x' is an Atom, a Ref or an Agent.
Returns true, if 'x' is an Atom, a Ref or an Agent.
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 |