Causes the multimethod to prefer matches of dispatch-val-x over dispa
Given a multimethod, returns a map of dispatch values -> dispatch fns
Given a multimethod and a dispatch value, returns the dispatch fn t
(defn prefers "Given a multimethod, returns a map of preferred value -> set of other values" {:added "1.0" :static true} [^clojure.lang.MultiFn multifn] (.getPreferTable multifn))
Comments top
No comments for prefers. Log in to add a comment.