Class JexlRowFilter

All Implemented Interfaces:
RowFilter, SoftFilter, TableFilter, Comparable<TableFilter>, Predicate<List<TableCell>>

public class JexlRowFilter extends TableRowFilter
This filter executes a JEXL-Expression-Predicate for each row and filters accordingly.
  • Constructor Details

    • JexlRowFilter

      public JexlRowFilter(String filterExpression)
  • Method Details