#import <ObjectiveLib/Functional.h>
Inheritance diagram for < OLBinaryFunction >:
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Perform the function of this function object. |
- (id) performBinaryFunctionWithArg: | (id) | arg1 | ||
andArg: | (id) | arg2 | ||
Perform the function of this function object.
The operation is performed on the two parameters, a new object is allocated containing the result, and it is returned.
arg1 | the first argument | |
arg2 | the second argument |
Reimplemented in OLDivides, OLMemFun1, OLMinus, OLModulus, OLMultiplies, and OLPlus.
|