generic-function-methods

Returns the methods of a generic function.  The order of the methods in the sequence is not significant.  The sequence returned should never be destructively modified.  Doing so may cause unpredictable behavior.

If generic-function is sealed, an implementation may choose not to return a sequence of methods, but instead signal an error of type <sealed-object-error>.

Exported from

Modifiers

sealed

Arguments

generic-functionAn instance of <generic-function>.

Values

sequenceAn instance of <sequence>.
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 collections whose keys are consecutive integers starting from zero.