function | since v0.0-927 | clojure.core/get-method | Edit |
(get-method multifn dispatch-val)
Given a multimethod and a dispatch value, returns the dispatch fn that would apply to that value, or nil if none apply and no default
(defn get-method
[multifn dispatch-val] (-get-method multifn dispatch-val))