discljord.specs

agent-of?

(agent-of? s)
Takes a spec, and returns a spec for a clojure.lang.Agent
containing a value of that spec.

atom-of?

(atom-of? s)
Takes a spec, and returns a spec for a clojure.lang.Atom
containing a value of that spec.