Class RequirePropertyRowFilter

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

public class RequirePropertyRowFilter extends TableRowFilter
This filter removes rows where none of the entries have a certain given property with a certain given value.
  • Constructor Details

    • RequirePropertyRowFilter

      public RequirePropertyRowFilter(String property, String propertyValue)
  • Method Details