#import <ObjectiveLib/Functional.h>
Inheritance diagram for OLLess:

Public Member Functions | |
| (BOOL) | - performBinaryFunctionWithArg:andArg: |
| Test whether arg1 is less than arg2. | |
This object determines whether a given object is less than another given object.
| - (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | ||
| andArg: | (id) | arg2 | ||
Test whether arg1 is less than arg2.
isLessThan:.| arg1 | the first argument | |
| arg2 | the second argument |
Reimplemented from < OLBoolBinaryFunction >.
|