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

Public Member Functions | |
| (BOOL) | - performUnaryFunctionWithArg: |
| Test arg and return YES only if arg is false. | |
The given argument must be convertible to a boolean value, meaning that it must respond to the message boolValue.
| - (BOOL) performUnaryFunctionWithArg: | (id) | arg |
Test arg and return YES only if arg is false.
boolValue.| arg | the argument to test |
Reimplemented from < OLBoolUnaryFunction >.
|