Interface TFileChooserScreen.PathFilter

All Superinterfaces:
Predicate<Path>, TDropdownWidget.Entry
Enclosing class:
TFileChooserScreen
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TFileChooserScreen.PathFilter extends Predicate<Path>, TDropdownWidget.Entry
A filter interface for filtering Paths displayed on the TFileChooserScreen interface.