Handbook
Glossary
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
class
an
object
generic
an
object
Outputs
method/f
an
object
See also
call-next-method
,
(call-next-method)
Definition
USING:
kernel
;
IN:
generic
:
next-method
( class generic -- method/f )
[
next-method-class
]
keep
?lookup-method
;