An interface that is implemented by objects that perform match operations on paths.
An interface that is implemented by objects that perform match operations on paths.
(matches this path)
Tells if given path matches this matcher's pattern.
path - the path to match - java.nio.file.Path
returns: true if, and only if, the path matches this
matcher's pattern - boolean
Tells if given path matches this matcher's pattern. path - the path to match - `java.nio.file.Path` returns: true if, and only if, the path matches this matcher's pattern - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close