public static class FunctionSupport.StringFuncWrapper extends Object implements Function
| Constructor and Description |
|---|
StringFuncWrapper(Function delegate) |
| 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 |
toString() |
public StringFuncWrapper(Function delegate)
public String getName()
public boolean isPure()
public Value eval(EvalContext ctx, Value... params)
FunctionCopyright © 2005–2025 OpenHMS. All rights reserved.