Uses of Interface
org.camunda.bpm.dmn.feel.impl.scala.function.FeelCustomFunctionProvider
Packages that use FeelCustomFunctionProvider
Package
Description
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala
Fields in org.camunda.bpm.dmn.feel.impl.scala with type parameters of type FeelCustomFunctionProviderModifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider>ScalaFeelEngineFactory.customFunctionProvidersMethods in org.camunda.bpm.dmn.feel.impl.scala that return types with arguments of type FeelCustomFunctionProviderMethod parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionvoidScalaFeelEngineFactory.setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders) Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProviderModifierConstructorDescriptionScalaFeelEngine(List<FeelCustomFunctionProvider> functionProviders) ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders) -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala.function
Method parameters in org.camunda.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionprotected voidCustomFunctionTransformer.transformFunctions(List<FeelCustomFunctionProvider> functionProviders) Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProviderModifierConstructorDescriptionCustomFunctionTransformer(List<FeelCustomFunctionProvider> functionProviders, org.camunda.feel.valuemapper.ValueMapper valueMapper)