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

Public Member Functions | |
| (id) | - performBinaryFunctionWithArg:andArg: |
| Add the value of arg2 to the value of arg1. | |
| - (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 >.
|