Class CustomFunction
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunction
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
- 
hasVarargsprotected boolean hasVarargs
 
- 
- 
Constructor Details- 
CustomFunctionpublic CustomFunction()
 
- 
- 
Method Details- 
createCreates a fluent builder to configure a custom function- Returns:
- builder to apply configurations on
 
- 
getParams
- 
setParams
- 
getFunction
- 
setFunction
- 
hasVarargspublic boolean hasVarargs()
- 
setHasVarargspublic void setHasVarargs(boolean hasVarargs) 
 
-