52535455565758
* @param matcher * the matcher on the can execute flag. * @return the matcher on the file. */ default Matcher<File> fileCanExecute(Matcher<? super Boolean> matcher) { return new FileCanExecuteMatcher(matcher); }