120121122123124125126
* @param matcher * the matcher on the can write flag. * @return the matcher on the file. */ default Matcher<File> fileCanWrite(Matcher<? super Boolean> matcher) { return new FileCanWriteMatcher(matcher); }