Package de.intarsys.tools.functor
Interface IFunctorHandler
-
public interface IFunctorHandlerAn object that supports execution of functors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectperform(IFunctor functor, IFunctorCall call)Perform the encapsulated business logic forfunctor
-
-
-
Method Detail
-
perform
java.lang.Object perform(IFunctor functor, IFunctorCall call) throws FunctorInvocationException
Perform the encapsulated business logic forfunctor- Parameters:
functor-call- The call context- Returns:
- The behavior execution result.
- Throws:
FunctorInvocationException- An exception that raised while executing the business logic will be wrapped in a FunctorInvocationException.
-
-