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