Uses of Class
org.faktorips.fl.functions.AbstractBaseVarArgFunction
Packages that use AbstractBaseVarArgFunction
-
Uses of AbstractBaseVarArgFunction in org.faktorips.fl.functions
Subclasses of AbstractBaseVarArgFunction in org.faktorips.fl.functionsModifier and TypeClassDescriptionclassAbstractBaseVarArgFunctionforJava codegenerating functions.classA function that provides a boolean and-operation and has the following signature boolean AND(boolean...).classA function that provides a boolean or-operation and has the following signature boolean OR(boolean...).