Uses of Interface
lukfor.tables.rows.filters.IRowFilter
-
Packages that use IRowFilter Package Description lukfor.tables lukfor.tables.rows.filters lukfor.tables.rows.processors -
-
Uses of IRowFilter in lukfor.tables
Methods in lukfor.tables with parameters of type IRowFilter Modifier and Type Method Description voidRowOperations. drop(IRowFilter filter)List<Row>RowOperations. getAll(IRowFilter filter)voidRowOperations. select(IRowFilter filter) -
Uses of IRowFilter in lukfor.tables.rows.filters
Classes in lukfor.tables.rows.filters that implement IRowFilter Modifier and Type Class Description classRowValueRegExFilter -
Uses of IRowFilter in lukfor.tables.rows.processors
Constructors in lukfor.tables.rows.processors with parameters of type IRowFilter Constructor Description RowSelectionProcessor(IRowFilter filter)
-