Interface IFunctorHandler


public interface IFunctorHandler
An object that supports execution of functors.
  • Method Summary

    Modifier and Type
    Method
    Description
    perform(IFunctor functor, IFunctorCall call)
    Perform the encapsulated business logic for functor
  • Method Details