Uses of Class
org.operaton.bpm.dmn.feel.impl.scala.function.CustomFunction
Packages that use CustomFunction
Package
Description
-
Uses of CustomFunction in org.operaton.bpm.dmn.feel.impl.scala.function
Methods in org.operaton.bpm.dmn.feel.impl.scala.function that return types with arguments of type CustomFunctionModifier and TypeMethodDescriptionFeelCustomFunctionProvider.resolveFunction(String functionName) Returns the function for the given name.Methods in org.operaton.bpm.dmn.feel.impl.scala.function with parameters of type CustomFunctionModifier and TypeMethodDescriptionCustomFunctionTransformer.transformFunction(CustomFunction function) -
Uses of CustomFunction in org.operaton.bpm.dmn.feel.impl.scala.function.builder
Fields in org.operaton.bpm.dmn.feel.impl.scala.function.builder declared as CustomFunctionModifier and TypeFieldDescriptionprotected CustomFunctionCustomFunctionBuilderImpl.customFunctionMethods in org.operaton.bpm.dmn.feel.impl.scala.function.builder that return CustomFunctionModifier and TypeMethodDescriptionCustomFunctionBuilder.build()Returns the custom function to be registered inFeelCustomFunctionProvider.CustomFunctionBuilderImpl.build()