multimethods
美
英 
例句
Clojure does offer different styles of runtime polymorphism, for instance in the form of multimethods.
Clojure还提供了不同风格的运行期多态,例如用multimethods的形式。
However, multimethods can also be obtained as part of the overall Gnosis Utilities package.
然而,multimethods也可以作为GnosisUtilities包的一个部分获得。
Manual propagation to less specific multimethods can get tricky in many of the same ways that calls to superclass methods can get tricky.
调用超类方法的许多方式很棘手,而以同样方式对较为不特定的多元法所进行的手工传播也会很棘手。
Multimethods are similar to generic functions in other languages such as Common Lisp.
多重方法类似于其他语言中的一般函数,如CommonLisp。