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 purposesThresholdExpressionExceptiondouble get(String evaluatedExpression) throws ThresholdExpressionException
evaluatedExpression - the already interpolated expression which will be used rather than interpolating the
                            expressionThresholdExpressionExceptionCopyright © 2020. All rights reserved.