
Introduction Design Examples Impl.
Ext.
Perfs
Conclusion
Protocol Additions
find-method-combination-type (name &optional (errorp t))
"Find a NAMEd method combination type.
If ERRORP (the default), throw an error if no such
method combination type is found.
Otherwise, return NIL."
find-method-combination* (name &optional options (errorp t))
"Find a method combination object for NAME and OPTIONS.
If ERRORP (the default), throw an error if no NAMEd
method combination type is found.
Otherwise, return NIL.
Note that when a NAMEd method combination type exists,
asking for a new set of (conformant) OPTIONS will
always instantiate the combination again, regardless
of the value of ERRORP."
A MOP-Based Implementation for Method Combinations / ELS 2023 – Didier Verna 15/22