(remove-method multifn dispatch-val)
Removes the method of multimethod associated with dispatch-value.
Source
(defn remove-method
"Removes the method of multimethod associated with dispatch-value."
{:added "1.0"
:static true}
[^clojure.lang.MultiFn multifn dispatch-val]
(. multifn removeMethod dispatch-val))