CLCS
Standard Generic Function

compute-applicable-methods

Syntax

compute-applicable-methods generic-function function-argumentsmethods

Method Signatures

compute-applicable-methods (generic-function standard-generic-function)

Arguments and Values

generic-functiona generic function.
function-argumentsa list of arguments for the generic-function.
methodsa list of method objects.

Description

Given a generic-function and a set of function-arguments, the function compute-applicable-methods returns the set of methods that are applicable for those arguments sorted according to precedence order. See Method Selection and Combination.

Affected By

defmethod