Class AbstractCellFilter

java.lang.Object
de.gematik.combine.filter.table.cell.AbstractCellFilter
All Implemented Interfaces:
CellFilter, SoftFilter, Predicate<TableCell>
Direct Known Subclasses:
JexlCellFilter, VersionFilter

public abstract class AbstractCellFilter extends Object implements CellFilter
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