Package de.intarsys.tools.functor
Interface IFunctorFactory
-
public interface IFunctorFactoryA factory forIFunctorobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFunctorcreateFunctor()Create a newIFunctorobject.java.lang.StringgetId()The unique id for thisIFunctorFactoryinstance.
-
-
-
Method Detail
-
createFunctor
IFunctor createFunctor() throws ObjectCreationException
Create a newIFunctorobject.- Returns:
- The new
IFunctor. - Throws:
ObjectCreationException
-
getId
java.lang.String getId()
The unique id for thisIFunctorFactoryinstance.- Returns:
- The unique id for this
IFunctorFactoryinstance.
-
-