Back

defmethods (clj)

(source)

macro

(defmethods multifn dispatch-vals & fn-tail)
Declares multimethods in batch. For each dispatch value from dispatch-vals, creates a new method.

Examples