remove-method

Removes a method from a generic function.  This operation modifies the generic-function.

If generic-function is sealed, or if method is in a sealed domain of generic-function, then an error of type <sealed-object-error> is signaled.

Exported from

Arguments

generic-functionAn instance of <generic-function>.
methodAn instance of <method>.

Values

methodAn instance of <method>.  The same method passed in as an argument.
The class of errors that are generated by sealing violations.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of functions that are made up of a number of individual methods.
The class of functions that are applicable to arguments of a specified type.