Liking cljdoc? Tell your friends :D
Clojure only.

jdk.nio.file.PathMatcher

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

matchesclj

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

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

× close