Interface TableFilter

All Superinterfaces:
Comparable<TableFilter>, SoftFilter
All Known Implementing Classes:
AbstractTableFilter, DistinctColumnFilter, DistinctRowPropertyFilter, DoubleLineupFilter, EqualRowPropertyFilter, JexlRowFilter, MaxRowsFilter, MaxSameColumnPropertyFilter, ProjectRowFilter, RequirePropertyRowFilter, RequireTagRowFilter, SelfCombineFilter, ShuffleTableFilter, TableRowFilter

public interface TableFilter extends Comparable<TableFilter>, SoftFilter
A TableFilter operates on the whole table and can therefore implement filters that need more than a single row. If your filter operates only on rows, you should look at TableRowFilter.