Package org.apache.poi.ss.formula
Interface EvaluationConditionalFormatRule.ValueFunction
- Enclosing class:
EvaluationConditionalFormatRule
protected static interface EvaluationConditionalFormatRule.ValueFunction
instances evaluate the values for a region and return the positive matches for the function type.
TODO: when we get to use Java 8, this is obviously a Lambda Function.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
evaluate
Set<EvaluationConditionalFormatRule.ValueAndFormat> evaluate(List<EvaluationConditionalFormatRule.ValueAndFormat> values) - Parameters:
values
-- Returns:
- the desired values for the rules implemented by the current instance
-