Uses of Interface
org.camunda.bpm.dmn.feel.impl.scala.function.FeelCustomFunctionProvider
-
Packages that use FeelCustomFunctionProvider Package Description org.camunda.bpm.dmn.feel.impl.scala org.camunda.bpm.dmn.feel.impl.scala.function -
-
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 FeelCustomFunctionProvider Modifier and Type Field Description protected List<FeelCustomFunctionProvider>ScalaFeelEngineFactory. customFunctionProvidersMethods in org.camunda.bpm.dmn.feel.impl.scala that return types with arguments of type FeelCustomFunctionProvider Modifier and Type Method Description List<FeelCustomFunctionProvider>ScalaFeelEngineFactory. getCustomFunctionProviders()Method parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description voidScalaFeelEngineFactory. setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProvider Constructor Description ScalaFeelEngine(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 FeelCustomFunctionProvider Modifier and Type Method Description protected voidCustomFunctionTransformer. transformFunctions(List<FeelCustomFunctionProvider> functionProviders)Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProvider Constructor Description CustomFunctionTransformer(List<FeelCustomFunctionProvider> functionProviders, org.camunda.feel.valuemapper.ValueMapper valueMapper)
-