Class TableRowFilter

java.lang.Object
de.gematik.combine.filter.table.AbstractTableFilter
de.gematik.combine.filter.table.row.TableRowFilter
All Implemented Interfaces:
RowFilter, SoftFilter, TableFilter, Comparable<TableFilter>, Predicate<List<TableCell>>
Direct Known Subclasses:
DistinctRowPropertyFilter, EqualRowPropertyFilter, JexlRowFilter, ProjectRowFilter, RequirePropertyRowFilter, RequireTagRowFilter, SelfCombineFilter

public abstract class TableRowFilter extends AbstractTableFilter implements RowFilter
This is an adapter class for TableFilters that operate only on single rows. It implements the iteration over table rows with chunking for tables greater CHUNK_SIZE.