(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 is a website building & hosting documentation for Clojure/Script libraries
× close