Class ScalaFeelEngine
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelEngine
- All Implemented Interfaces:
org.camunda.bpm.dmn.feel.impl.FeelEngine
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.camunda.feel.FeelEngineprotected static final Stringprotected static final ScalaFeelLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.camunda.feel.FeelEnginebuildFeelEngine(CustomFunctionTransformer transformer, org.camunda.feel.valuemapper.ValueMapper.CompositeValueMapper valueMapper) <T> TevaluateSimpleExpression(String expression, org.camunda.bpm.engine.variable.context.VariableContext variableContext) booleanevaluateSimpleUnaryTests(String expression, String inputVariable, org.camunda.bpm.engine.variable.context.VariableContext variableContext) protected camundajar.impl.scala.collection.immutable.List<org.camunda.feel.valuemapper.CustomValueMapper>protected <T> camundajar.impl.scala.collection.immutable.List<T>protected final <T> camundajar.impl.scala.collection.immutable.List<T>toScalaList(T... elements)
-
Field Details
-
INPUT_VARIABLE_NAME
- See Also:
-
LOGGER
-
feelEngine
protected org.camunda.feel.FeelEngine feelEngine
-
-
Constructor Details
-
ScalaFeelEngine
-
-
Method Details
-
evaluateSimpleExpression
public <T> T evaluateSimpleExpression(String expression, org.camunda.bpm.engine.variable.context.VariableContext variableContext) - Specified by:
evaluateSimpleExpressionin interfaceorg.camunda.bpm.dmn.feel.impl.FeelEngine
-
evaluateSimpleUnaryTests
public boolean evaluateSimpleUnaryTests(String expression, String inputVariable, org.camunda.bpm.engine.variable.context.VariableContext variableContext) - Specified by:
evaluateSimpleUnaryTestsin interfaceorg.camunda.bpm.dmn.feel.impl.FeelEngine
-
getValueMappers
protected camundajar.impl.scala.collection.immutable.List<org.camunda.feel.valuemapper.CustomValueMapper> getValueMappers() -
toScalaList
@SafeVarargs protected final <T> camundajar.impl.scala.collection.immutable.List<T> toScalaList(T... elements) -
toList
-
buildFeelEngine
protected org.camunda.feel.FeelEngine buildFeelEngine(CustomFunctionTransformer transformer, org.camunda.feel.valuemapper.ValueMapper.CompositeValueMapper valueMapper)
-