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 Object implements IFunctor
A common superclass for implementing IFunctor.
  • Constructor Details

    • CommonFunctor

      public CommonFunctor()