Class EqualRowPropertyFilter

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

public class EqualRowPropertyFilter extends TableRowFilter
This filter removes rows where not all entries have the same value for a given property.
  • Constructor Details

    • EqualRowPropertyFilter

      public EqualRowPropertyFilter(String property)
  • Method Details