Class FilteredColumnPredicate<S,​T>

  • Type Parameters:
    S - the type of the input to the predicate
    T - The type of the content in all cells in the related FilteredTableColumn
    All Implemented Interfaces:
    Predicate<S>

    public class FilteredColumnPredicate<S,​T>
    extends Object
    implements Predicate<S>
    Predicate implementation for FilteredTableView that is used when the FilteredTableView.filter() method is called.