Package io.keikai.range.impl
Class CellMatch
- java.lang.Object
-
- io.keikai.range.impl.CellMatch
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
public class CellMatch extends Object implements Matchable<SCell>, 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)
-
-
-
Constructor Detail
-
CellMatch
public CellMatch(SCustomFilter f1, SCustomFilter f2, boolean isAnd)
-
-