#import <ObjectiveLib/Functional.h>
Inheritance diagram for < OLUnaryFunction >:
Public Member Functions | |
(id) | - performUnaryFunctionWithArg: |
Perform the function of this function object. |
- (id) performUnaryFunctionWithArg: | (id) | arg |
Perform the function of this function object.
The operation is performed on the single parameter, a new object is allocated containing the result, and it is returned.
arg | the argument to the function |
Reimplemented in OLBinder1st, OLBinder2nd, OLMemFun, and OLNegate.
|