Class SelfCombineFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.AbstractTableFilter
-
- de.gematik.combine.filter.table.row.TableRowFilter
-
- de.gematik.combine.filter.table.row.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.
-
-
Field Summary
-
Fields inherited from class de.gematik.combine.filter.table.row.TableRowFilter
CHUNK_SIZE
-
-
Constructor Summary
Constructors Constructor Description SelfCombineFilter(boolean allow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(List<TableCell> tableRow)StringtoString()-
Methods inherited from class de.gematik.combine.filter.table.row.TableRowFilter
apply, getFilterOrder
-
Methods inherited from class de.gematik.combine.filter.table.AbstractTableFilter
isSoft, setSoft
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.row.RowFilter
and, getRequiredColumns
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
compareTo, merge
-
-