Uses of Class
org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunction
Package
Description
-
Uses of CustomFunction in org.camunda.bpm.dmn.feel.impl.scala.function
Modifier and TypeMethodDescriptionFeelCustomFunctionProvider.resolveFunction
(String functionName) Returns the function for the given name.Modifier and TypeMethodDescriptionCustomFunctionTransformer.transformFunction
(CustomFunction function) -
Uses of CustomFunction in org.camunda.bpm.dmn.feel.impl.scala.function.builder
Modifier and TypeFieldDescriptionprotected CustomFunction
CustomFunctionBuilderImpl.customFunction
Modifier and TypeMethodDescriptionCustomFunctionBuilder.build()
Returns the custom function to be registered inFeelCustomFunctionProvider
.CustomFunctionBuilderImpl.build()