|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFunctor | |
---|---|
de.intarsys.tools.functor |
Uses of IFunctor in de.intarsys.tools.functor |
---|
Subinterfaces of IFunctor in de.intarsys.tools.functor | |
---|---|
interface |
INamedFunctor
An IFunctor that can be identified via a unique id. |
Classes in de.intarsys.tools.functor that implement IFunctor | |
---|---|
class |
CommonFunctor
A common superclass for implementing IFunctor . |
class |
ConstantFunctor
A common utility IFunctor returning a constant value. |
class |
EchoFunctor
Echo the incoming arguments. |
class |
NullFunctor
A common utility IFunctor doing just nothing. |
Fields in de.intarsys.tools.functor declared as IFunctor | |
---|---|
static IFunctor |
ArgTools.toString
|
Methods in de.intarsys.tools.functor that return IFunctor | |
---|---|
IFunctor |
IFunctorFactory.createFunctor()
Create a new IFunctor object. |
IFunctor |
ArgumentDeclaration.getDefaultFunctor()
|
Methods in de.intarsys.tools.functor with parameters of type IFunctor | |
---|---|
Object |
IFunctorHandler.perform(IFunctor functor,
IFunctorCall call)
Perform the encapsulated business logic for functor |
Constructors in de.intarsys.tools.functor with parameters of type IFunctor | |
---|---|
ArgumentDeclaration(Object declarationContext,
String name,
String modifiers,
int index,
IFunctor defaultFunctor)
|
|
intarsys runtime library | |||||||||
PREV NEXT | FRAMES NO FRAMES |