86878889909192
* @param matcher * the matcher on the can read flag. * @return the matcher on the file. */ default Matcher<File> fileCanRead(Matcher<? super Boolean> matcher) { return new FileCanReadMatcher(matcher); }