Go to the first, previous, next, last section, table of contents.


|applicableMethod?

Function: applicableMethod? { [args] method -> [args] tOrNil }
file: job.t
package: muf
status: alpha

The |applicableMethod? function checks to see if the given argument block satisfies the given method. It skips checking the first argument, on the assumption that the method was obtained by using one of the findMosKeyObjectMethod? or findMosKeyClassMethod? on the first argument.


Go to the first, previous, next, last section, table of contents.