A filter for abstract pathnames.
Instances of this interface may be passed to the listFiles(FileFilter) method of the File class.
A filter for abstract pathnames. Instances of this interface may be passed to the listFiles(FileFilter) method of the File class.
(accept this pathname)
Tests whether or not the specified abstract pathname should be included in a pathname list.
pathname - The abstract pathname to be tested - java.io.File
returns: true if and only if pathname
should be included - boolean
Tests whether or not the specified abstract pathname should be included in a pathname list. pathname - The abstract pathname to be tested - `java.io.File` returns: true if and only if pathname should be included - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close