Package de.intarsys.tools.functor
Interface IFunctorFactory
public interface IFunctorFactory
A factory for
IFunctor objects.-
Method Summary
Modifier and TypeMethodDescriptionCreate a newIFunctorobject.getId()The unique id for thisIFunctorFactoryinstance.
-
Method Details
-
createFunctor
Create a newIFunctorobject.- Returns:
- The new
IFunctor. - Throws:
ObjectCreationException
-
getId
String getId()The unique id for thisIFunctorFactoryinstance.- Returns:
- The unique id for this
IFunctorFactoryinstance.
-