Class ProjectRowFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.row.TableRowFilter
-
- de.gematik.combine.filter.project.ProjectRowFilter
-
- All Implemented Interfaces:
RowFilter,TableFilter,Comparable<TableFilter>,Function<List<List<TableCell>>,List<List<TableCell>>>,Predicate<List<TableCell>>,UnaryOperator<List<List<TableCell>>>
public abstract class ProjectRowFilter extends TableRowFilter
AProjectRowFilteris a filter that will be used on everyExamplesin the project unless it is overridden there specifically with its correspondingTableRowFilter
-
-
Field Summary
-
Fields inherited from class de.gematik.combine.filter.table.row.TableRowFilter
CHUNK_SIZE
-
-
Constructor Summary
Constructors Constructor Description ProjectRowFilter()
-
Method Summary
-
Methods inherited from class de.gematik.combine.filter.table.row.TableRowFilter
apply, getFilterOrder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
-