Class RequirePropertyRowFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.row.TableRowFilter
-
- de.gematik.combine.filter.table.row.RequirePropertyRowFilter
-
- All Implemented Interfaces:
RowFilter,TableFilter,Comparable<TableFilter>,Function<List<List<TableCell>>,List<List<TableCell>>>,Predicate<List<TableCell>>,UnaryOperator<List<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.
-
-
Field Summary
-
Fields inherited from class de.gematik.combine.filter.table.row.TableRowFilter
CHUNK_SIZE
-
-
Constructor Summary
Constructors Constructor Description RequirePropertyRowFilter(String property, String propertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleantest(List<TableCell> row)StringtoString()-
Methods inherited from class de.gematik.combine.filter.table.row.TableRowFilter
apply, getFilterOrder
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
combine, compareTo
-
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-