eieio-defgeneric-form-primary-only-one

eieio-defgeneric-form-primary-only-one is a compiled Lisp function in `eieio-core.el'.

(eieio-defgeneric-form-primary-only-one METHOD DOC-STRING CLASS IMPL)

The lambda form that would be used as the function defined on METHOD.
All methods should call the same EIEIO function for dispatch.
DOC-STRING is the documentation attached to METHOD.
CLASS is the class symbol needed for private method access.
IMPL is the symbol holding the method implementation.