public interface IBaseFunctor<T>
IArgs
argument.
There is no statement about the concurrency or state restrictions of the IFunctor in this interface. Such restrictions must be stated with the implementation itself.
T perform(Object... args) throws FunctorInvocationException
call - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.