Package: closer-mop
Generic Function generic-function-name
Lambda List
generic-function-name (standard-generic-function)
Details
Returns the name of the generic function, or nil if the generic function has no name. This is the defaulted value of the :name
initialization argument that was associated with the generic function
metaobject during initialization or reinitialization. (Also see (setf generic-function-name).)
Methods
generic-function-name (generic-function standard-generic-function)
No behavior is specified for these methods beyond that which is specified
for their respective generic functions.