Liking cljdoc? Tell your friends :D
Clojure only.

jdk.io.FileFilter

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.
raw docstring

acceptclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close