154155156157158159160
* @param matcher * the matcher on the is directory flag. * @return the matcher on the file. */ default Matcher<File> fileIsDirectory(Matcher<? super Boolean> matcher) { return new FileIsDirectoryMatcher(matcher); }