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, toString
public boolean isPure()
isPure
in interface Function
isPure
in class FunctionSupport.BaseFunction
true
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)
Function
Copyright © 2005–2024 OpenHMS. All rights reserved.