Package de.intarsys.tools.functor
Class SimpleFunctorCallFactory
java.lang.Object
de.intarsys.tools.functor.SimpleFunctorCallFactory
- All Implemented Interfaces:
IFunctorCallFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFunctorCall
(IFunctor functor, Object receiver, IArgs args) Create a newIFunctorCall
.
-
Constructor Details
-
SimpleFunctorCallFactory
public SimpleFunctorCallFactory()
-
-
Method Details
-
createFunctorCall
public IFunctorCall createFunctorCall(IFunctor functor, Object receiver, IArgs args) throws ObjectCreationException Description copied from interface:IFunctorCallFactory
Create a newIFunctorCall
.- Specified by:
createFunctorCall
in interfaceIFunctorCallFactory
- Parameters:
functor
-receiver
-args
-- Returns:
- The new
IFunctorCall
- Throws:
ObjectCreationException
-