#import <ObjectiveLib/Functional.h>
Inheritance diagram for < OLBoolBinaryFunction >:
Public Member Functions | |
(BOOL) | - performBinaryFunctionWithArg:andArg: |
Perform the function of this function object. |
This is a specialized form of OLBinaryFunction that returns the result as a boolean value instead of an allocated object.
- (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Perform the function of this function object.
The operation is performed on the two parameters and the result is returned.
arg1 | the first argument | |
arg2 | the second argument |
Reimplemented in OLBinaryNegate, OLEqualTo, OLGreater, OLGreaterEqual, OLLess, OLLessEqual, OLLogicalAnd, OLLogicalOr, and OLNotEqualTo.
|