public abstract static class FunctionSupport.Func0 extends FunctionSupport.BaseFunction
| Modifier and Type | Method and Description |
|---|---|
Value |
eval(EvalContext ctx,
Value... params)
Evaluates this function within the given context with the given
parameters.
|
boolean |
isPure() |
getName, toStringpublic boolean isPure()
isPure in interface FunctionisPure in class FunctionSupport.BaseFunctiontrue if this function is a "pure" function, false
otherwise. A pure function will always return the same result
for a given set of parameters and has no side effects.public final Value eval(EvalContext ctx, Value... params)
FunctionCopyright © 2005–2025 OpenHMS. All rights reserved.