Uses of Class
org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunction
-
Packages that use CustomFunction Package Description org.camunda.bpm.dmn.feel.impl.scala.function org.camunda.bpm.dmn.feel.impl.scala.function.builder -
-
Uses of CustomFunction in org.camunda.bpm.dmn.feel.impl.scala.function
Methods in org.camunda.bpm.dmn.feel.impl.scala.function that return types with arguments of type CustomFunction Modifier and Type Method Description Optional<CustomFunction>FeelCustomFunctionProvider. resolveFunction(String functionName)Returns the function for the given name.Methods in org.camunda.bpm.dmn.feel.impl.scala.function with parameters of type CustomFunction Modifier and Type Method Description protected Function<List<org.camunda.feel.syntaxtree.Val>,org.camunda.feel.syntaxtree.Val>CustomFunctionTransformer. transformFunction(CustomFunction function) -
Uses of CustomFunction in org.camunda.bpm.dmn.feel.impl.scala.function.builder
Fields in org.camunda.bpm.dmn.feel.impl.scala.function.builder declared as CustomFunction Modifier and Type Field Description protected CustomFunctionCustomFunctionBuilderImpl. customFunctionMethods in org.camunda.bpm.dmn.feel.impl.scala.function.builder that return CustomFunction Modifier and Type Method Description CustomFunctionCustomFunctionBuilder. build()Returns the custom function to be registered inFeelCustomFunctionProvider.CustomFunctionCustomFunctionBuilderImpl. build()
-