intarsys runtime library

Uses of Interface
de.intarsys.tools.functor.IFunctorCall

Packages that use IFunctorCall
de.intarsys.tools.functor   
 

Uses of IFunctorCall in de.intarsys.tools.functor
 

Classes in de.intarsys.tools.functor that implement IFunctorCall
 class FunctorCall
          Generic implementation of IFunctorCall.
 

Methods in de.intarsys.tools.functor that return IFunctorCall
 IFunctorCall SimpleFunctorCallFactory.createFunctorCall(IFunctor functor, Object receiver, IArgs args)
           
 IFunctorCall IFunctorCallFactory.createFunctorCall(IFunctor functor, Object receiver, IArgs args)
          Create a new IFunctorCall.
 

Methods in de.intarsys.tools.functor with parameters of type IFunctorCall
 Object NullFunctor.perform(IFunctorCall call)
           
 T IFunctor.perform(IFunctorCall call)
          Perform the encapsulated business logic in the context defined in "call".
 Object EchoFunctor.perform(IFunctorCall call)
           
 Object ConstantFunctor.perform(IFunctorCall call)
           
 Object IFunctorHandler.perform(IFunctor functor, IFunctorCall call)
          Perform the encapsulated business logic for functor
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.