Uses of Interface
org.camunda.bpm.dmn.feel.impl.scala.function.builder.CustomFunctionBuilder
Packages that use CustomFunctionBuilder
Package
Description
-
Uses of CustomFunctionBuilder in org.camunda.bpm.dmn.feel.impl.scala.function
Methods in org.camunda.bpm.dmn.feel.impl.scala.function that return CustomFunctionBuilderModifier and TypeMethodDescriptionstatic CustomFunctionBuilderCustomFunction.create()Creates a fluent builder to configure a custom function -
Uses of CustomFunctionBuilder in org.camunda.bpm.dmn.feel.impl.scala.function.builder
Classes in org.camunda.bpm.dmn.feel.impl.scala.function.builder that implement CustomFunctionBuilderMethods in org.camunda.bpm.dmn.feel.impl.scala.function.builder that return CustomFunctionBuilderModifier and TypeMethodDescriptionCustomFunctionBuilder.enableVarargs()Enable variable argumentsCustomFunctionBuilderImpl.enableVarargs()CustomFunctionBuilder.setFunction(Function<List<Object>, Object> function) CustomFunctionBuilderImpl.setFunction(Function<List<Object>, Object> function) Define the parameters of the custom function.CustomFunctionBuilder.setReturnValue(Object result) Define a custom function that only returns a value and has no further business logic (method body).CustomFunctionBuilderImpl.setReturnValue(Object returnValue)