chickadee » prometheus » resend

resend whereto message #!rest argsprocedure

This procedure will try to find a different handler for the given message. The handler can be searched for further up the inheritance tree, or even in a totally different object and its parents.

Whereto can be one of the following values.

#f
Use any parent of the object where this handler was found in.
A symbol
Use the object in the parent slot with this name.
Any object
Search for handlers in that object.

Resend is roughly equivalent in concept to CLOS' (next-method).