Interface CellFilter
-
- All Superinterfaces:
Predicate<TableCell>,SoftFilter
- All Known Subinterfaces:
ProjectCellFilter
- All Known Implementing Classes:
AbstractCellFilter,JexlCellFilter,ProjectVersionFilter,VersionFilter
public interface CellFilter extends Predicate<TableCell>, SoftFilter
ACellFilteris a Filter that operates on a single table cell and can filter each value with no dependencies to other values. Therefore, it can be applied to the column values before generating the cartesian product and reduce the size of the produced base table significantly. A CellFilter can override aProjectCellFilter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CellFilterand(CellFilter other)-
Methods inherited from interface de.gematik.combine.filter.table.SoftFilter
isSoft, setSoft
-
-
-
-
Method Detail
-
and
default CellFilter and(CellFilter other)
-
-