chickadee » protobj » object-apply

(object-apply obj slot-symbol { arg }*)procedure

Applies the method (closure) in the slot named by slot-symbol of object obj. The first term of the method is obj, and one or more arg are the remaining terms. If no such slot exists, an error is signaled.