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

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