Liking cljdoc? Tell your friends :D

org.soulspace.clj.function


agent?clj

(agent? x)

Returns true, if 'x' is an Agent.

Returns true, if 'x' is an Agent.
raw docstring

atom?clj

(atom? x)

Returns true, if 'x' is an Atom.

Returns true, if 'x' is an Atom.
raw docstring

not-nil?clj

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

ref?clj

(ref? x)

Returns true, if 'x' is a Ref.

Returns true, if 'x' is a Ref.
raw docstring

reftype?clj

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

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

× close