Class CustomFunction
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunction
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CustomFunctionBuildercreate()Creates a fluent builder to configure a custom functionbooleanvoidsetFunction(Function<List<Object>, Object> function) voidsetHasVarargs(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)  
 -