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

Public Member Functions | |
| (id) | - performUnaryFunctionWithArg: |
| Reverse the sign of the value of arg and return the result. | |
| - (id) performUnaryFunctionWithArg: | (id) | arg |
Reverse the sign of the value of arg and return the result.
arithmeticNegate found in the OLArithmetic protocol.| arg | the value of which to reverse the sign |
Reimplemented from < OLUnaryFunction >.
|