(defn use-method "Installs a function as a new method of multimethod associated with dispatch-value. " [multifn dispatch-val func] (. multifn addMethod dispatch-val func))
Comments top
No comments for use-method. Log in to add a comment.