de.intarsys.tools.functor
Class CommonFunctor

java.lang.Object
  extended by de.intarsys.tools.functor.CommonFunctor
All Implemented Interfaces:
IFunctor
Direct Known Subclasses:
ConstantFunctor, EchoFunctor, NullFunctor

public abstract class CommonFunctor
extends java.lang.Object
implements IFunctor

A common superclass for implementing IFunctor.


Constructor Summary
CommonFunctor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.intarsys.tools.functor.IFunctor
perform
 

Constructor Detail

CommonFunctor

public CommonFunctor()