R
- the row dataC
- the cell valueO
- the filter data@FunctionalInterface
public interface CellValueMatcherFunction<R,C,O>
Modifier and Type | Method and Description |
---|---|
boolean |
apply(R row,
C cellValue,
O filterData)
Try to match the cell value
|