Class CustomFunction
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomFunctionBuilder
create()
Creates a fluent builder to configure a custom functionboolean
void
setFunction
(Function<List<Object>, Object> function) void
setHasVarargs
(boolean hasVarargs) void
-
Field Details
-
params
-
function
-
hasVarargs
protected boolean hasVarargs
-
-
Constructor Details
-
CustomFunction
public CustomFunction()
-
-
Method Details
-
create
Creates a fluent builder to configure a custom function- Returns:
- builder to apply configurations on
-
getParams
-
setParams
-
getFunction
-
setFunction
-
hasVarargs
public boolean hasVarargs() -
setHasVarargs
public void setHasVarargs(boolean hasVarargs)
-