281282283284285286287
* @param matcher * the matcher on the name. * @return the matcher on the file. */ default Matcher<File> fileNamed(Matcher<? super String> matcher) { return new FileNameMatcher(matcher); }