@FunctionalInterface public interface FileFilter
Instances of this interface may be passed to the listFiles(FileFilter) method of the File class.
listFiles(FileFilter)
File
boolean accept​(File pathname)
pathname
true
© 2018 Oracle Corporation and/or its affiliates