public interface Function
Modifier and Type | Method and Description |
---|---|
Value |
eval(EvalContext ctx,
Value... params)
Evaluates this function within the given context with the given
parameters.
|
String |
getName() |
boolean |
isPure() |
String getName()
Value eval(EvalContext ctx, Value... params)
boolean isPure()
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.Copyright © 2005–2024 OpenHMS. All rights reserved.