(defn get-validator "Gets the validator-fn for a var/ref/agent/atom." {:added "1.0"} [^clojure.lang.IRef iref] (. iref (getValidator)))
Comments top
No comments for get-validator. Log in to add a comment.