intarsys runtime library

de.intarsys.tools.functor
Interface IFunctorFactory<T,F extends IFunctor<T>>


public interface IFunctorFactory<T,F extends IFunctor<T>>

A factory for IFunctor objects.


Method Summary
 F createFunctor(Object... object)
          Create a new IFunctor object.
 

Method Detail

createFunctor

F createFunctor(Object... object)
                                    throws ObjectCreationException
Create a new IFunctor object.

Returns:
The new IFunctor.
Throws:
ObjectCreationException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.