Class AbstractCellFilter
java.lang.Object
de.gematik.combine.filter.table.cell.AbstractCellFilter
- All Implemented Interfaces:
CellFilter,SoftFilter,Predicate<TableCell>
- Direct Known Subclasses:
JexlCellFilter,VersionFilter
This class extends all classes that should be
CellFilter with property soft, so the CellFilter interface can stay functional interface. All
Filters should extend this class and not implement CellFilter-
Constructor Details
-
AbstractCellFilter
public AbstractCellFilter()
-
-
Method Details
-
isSoft
public boolean isSoft()- Specified by:
isSoftin interfaceSoftFilter
-
setSoft
- Specified by:
setSoftin interfaceSoftFilter
-