Package de.intarsys.tools.functor
Interface IFunctorFactory
-
public interface IFunctorFactory
A factory forIFunctor
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFunctor
createFunctor()
Create a newIFunctor
object.java.lang.String
getId()
The unique id for thisIFunctorFactory
instance.
-
-
-
Method Detail
-
createFunctor
IFunctor createFunctor() throws ObjectCreationException
Create a newIFunctor
object.- Returns:
- The new
IFunctor
. - Throws:
ObjectCreationException
-
getId
java.lang.String getId()
The unique id for thisIFunctorFactory
instance.- Returns:
- The unique id for this
IFunctorFactory
instance.
-
-