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

Static Public Member Functions | |
| (id) | + functorOfType: |
| Create and return an instance of a function object. | |
This class merely provides the service that will create and return an instance of a function object of a desired type.
| + (id) functorOfType: | (OLFunctorType) | type |
Create and return an instance of a function object.
All functors that are shipped with ObjectiveLib and that have initializers that take no arguments can be created with this message.
| type | the type of functor to create |
|