ObjectiveLib
1.0.0
|
A function object for comparing objects. More...
#import <ObjectiveLib/Functional.h>
Public Member Functions | |
(BOOL) | - performBinaryFunctionWithArg:andArg: |
Test whether arg1 is less than arg2. |
A function object for comparing objects.
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>.
|