Package de.gematik.combine.filter.table
package de.gematik.combine.filter.table
-
ClassDescriptionThis filter removes rows that have the same value in the given column as an earlier row.This filter removes rows that contain the same values as an earlier row just in different order.This filter removes rows above the given count.This filter removes rows with the same property value in the given column above the given maxCount.This filter shuffles the order of rows and does not remove rows.This interface is used to set
TableFilterandCellFilteras SoftFilter.A TableFilter operates on the whole table and can therefore implement filters that need more than a single row.