Class RequireTagRowFilter

All Implemented Interfaces:
RowFilter, SoftFilter, TableFilter, Comparable<TableFilter>, Predicate<List<TableCell>>

public class RequireTagRowFilter extends TableRowFilter
This filter removes rows where none of the entries have a certain given tag.
  • Constructor Details

    • RequireTagRowFilter

      public RequireTagRowFilter(String tag)
  • Method Details