Package: closer-mop

Generic Function find-method-combination

Lambda List

find-method-combination (generic-function type options)

Arguments

The generic-function argument is a generic function metaobject.
The method-combination-type-name argument is a symbol which names a type of method combination.
The method-combination-options argument is a list of arguments to the method combination type.

Return Value

The value returned by this generic function is a method combination metaobject.

Details

This generic function is called to determine the method combination object used by a generic function.

Notes

Further details of method combination metaobjects are not specified.