public interface ExpressionThresholdValue
Modifier and Type | Method and Description |
---|---|
double |
get(java.util.function.Consumer<String> expressionConsumer) |
double |
get(String evaluatedExpression) |
double get(java.util.function.Consumer<String> expressionConsumer) throws ThresholdExpressionException
expressionConsumer
- a consumer for accepting the interpolated expression for caching purposesThresholdExpressionException
double get(String evaluatedExpression) throws ThresholdExpressionException
evaluatedExpression
- the already interpolated expression which will be used rather than interpolating the
expressionThresholdExpressionException
Copyright © 2021. All rights reserved.