Package de.intarsys.tools.functor
Class CommonFunctor
- java.lang.Object
-
- 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 implementingIFunctor
.
-
-
Constructor Summary
Constructors Constructor Description CommonFunctor()
-