Class SelfCombineFilter

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

public class SelfCombineFilter extends TableRowFilter
This filter removes rows in which a distinct value appears more than once.
  • Constructor Details

    • SelfCombineFilter

      public SelfCombineFilter(boolean allow)
  • Method Details