next-method ( class generic -- method/f )
Factor handbook » The language » Objects » Generic words and methods » Calling less-specific methods

Prev:(call-next-method) ( method -- )
Next:inconsistent-next-method ( class generic -- * )


Vocabulary
generic

Inputs
classan object
generican object


Outputs
method/fan object


See also
call-next-method, (call-next-method)

Definition