implementors ( class/classes -- seq )
Factor handbook » The language » Objects » Generic words and methods » Generic word introspection

Prev:effective-method ( generic -- method )
Next:make-generic ( word -- )


Vocabulary
classes

Inputs
class/classesa class or a sequence of classs


Outputs
seqa sequence of generic words


Word description
Finds all generic words in the dictionary implementing methods for the given set of classes.

Definition

GENERIC: implementors ( class/classes -- seq )


Methods