310311312313314315316
* @param matcher * the matcher on File. * @return the matcher on Path. */ default Matcher<Path> pathMatchedAsFile(Matcher<? super File> matcher) { return new Path2FileMatcher(matcher); }