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.
 
evaluate
java.util.Set<EvaluationConditionalFormatRule.ValueAndFormat> evaluate(java.util.List<EvaluationConditionalFormatRule.ValueAndFormat> values)
- 
- Parameters:
- values-
- Returns:
- the desired values for the rules implemented by the current instance