Public Vars

Back

prefer-method (clj)

(source)

function

(prefer-method multifn dispatch-val-x dispatch-val-y)
Causes the multimethod to prefer matches of dispatch-val-x over dispatch-val-y when there is a conflict

Examples