Package de.gematik.combine.filter.table
Class MaxRowsFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.MaxRowsFilter
-
- All Implemented Interfaces:
TableFilter,Comparable<TableFilter>,Function<List<List<TableCell>>,List<List<TableCell>>>,UnaryOperator<List<List<TableCell>>>
public class MaxRowsFilter extends Object implements TableFilter
This filter removes rows above the given count. The count can also be a JEXL-Expression that returns an Integer.
-
-
Constructor Summary
Constructors Constructor Description MaxRowsFilter(String filterExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<TableCell>>apply(List<List<TableCell>> table)protected booleancanEqual(Object other)booleanequals(Object o)FilterOrdergetFilterOrder()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.TableFilter
combine, compareTo
-
-
-
-
Constructor Detail
-
MaxRowsFilter
public MaxRowsFilter(String filterExpression)
-
-
Method Detail
-
getFilterOrder
public FilterOrder getFilterOrder()
- Specified by:
getFilterOrderin interfaceTableFilter
-
canEqual
protected boolean canEqual(Object other)
-
-