ObjectiveLib
1.0.0
|
A function object for adding the values of two objects. More...
#import <ObjectiveLib/Functional.h>
Public Member Functions | |
(id) | - performBinaryFunctionWithArg:andArg: |
Add the value of arg2 to the value of arg1. |
A function object for adding the values of two objects.
- (id) performBinaryFunctionWithArg: | (id) | arg1 | |
andArg: | (id) | arg2 | |
Add the value of arg2 to the value of arg1.
arithmeticAdd:
found in the OLArithmetic protocol.arg1 | the first value |
arg2 | the second value |
Reimplemented from <OLBinaryFunction>.
|