Package io.keikai.range.impl
Class CellMatch
- java.lang.Object
-
- io.keikai.range.impl.CellMatch
-
public class CellMatch extends java.lang.Object implements Matchable<SCell>, java.io.Serializable
Use to check if a cell's value match the specified CustomFilter- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellMatch(SCustomFilter f1, SCustomFilter f2, boolean isAnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(SCell cell)
-
-
-
Constructor Detail
-
CellMatch
public CellMatch(SCustomFilter f1, SCustomFilter f2, boolean isAnd)
-
-