Contents (package MULK.OBJECTIVE-CL)


Funcallable Standard Class OBJECTIVE-C-GENERIC-FUNCTION

Summary:

An Objective-C dispatch function for a given selector.

Inherits From:

standard-generic-function

Description:

Every Lisp-defined objective-c-method belongs to a corresponding objective-c-generic-function that handles method combination and registration of newly added methods with the Objective-C runtime.

It is recommended to create all objective-c-generic-functions by means of the macro define-objective-c-generic-function.

If you subclass this class, be aware that there is no protocol that describes its behaviour, so the consequences of overriding any generic functions applicable to the class are undefined.