- All Implemented Interfaces:
-
Function<Table,Table>
public class TreeTableFilter
extends Object
implements Function<Table,Table>
Apply filters, preserving parents.
The TreeTableFilter takes a TreeTable and SelectFilters as input. The original source table is filtered and
any matching rows are included; as well as their ancestors. The result table is then converted into a tree
table using the original parameters.