Package de.intarsys.tools.functor
Interface IFunctorHandler
public interface IFunctorHandler
An object that supports execution of functors.
-
Method Summary
Modifier and TypeMethodDescriptionperform(IFunctor functor, IFunctorCall call) Perform the encapsulated business logic forfunctor
-
Method Details
-
perform
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.
-