de.intarsys.tools.functor
public interface IFunctorHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
perform(IFunctor functor,
IFunctorCall call)
Perform the encapsulated business logic for
functor |
java.lang.Object perform(IFunctor functor, IFunctorCall call) throws FunctorInvocationException
functor
functor
- call
- The call contextFunctorInvocationException
- An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.