Class AbstractMinMaxFunction
- java.lang.Object
-
- com.ezylang.evalex.functions.AbstractFunction
-
- com.ezylang.evalex.functions.basic.AbstractMinMaxFunction
-
- All Implemented Interfaces:
FunctionIfc
- Direct Known Subclasses:
AverageFunction,MaxFunction,MinFunction
@FunctionParameter(name="value", isVarArg=true) public abstract class AbstractMinMaxFunction extends AbstractFunction
-
-
Field Summary
-
Fields inherited from class com.ezylang.evalex.functions.AbstractFunction
MINUS_ONE
-
-
Constructor Summary
Constructors Constructor Description AbstractMinMaxFunction()
-
Method Summary
-
Methods inherited from class com.ezylang.evalex.functions.AbstractFunction
getFunctionParameterDefinitions, hasVarArgs, validatePreEvaluation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ezylang.evalex.functions.FunctionIfc
evaluate, getCountOfNonVarArgParameters, isParameterLazy
-
-