[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/FileFilter.html [Back]  [Original]

FileFilter (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Method Summary
  3. Method Details
    1. accept(File)

Interface FileFilter

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 interface FileFilter
A filter for abstract pathnames.

Instances of this interface may be passed to the listFiles(FileFilter) method of the File class.

Since:
1.2


Web Proxy Viewer  |  New URL  |  Original Page