222223224225226227228
* @param matcher * the matcher on the absolute flag. * @return the matcher on the file. */ default Matcher<File> fileIsAbsolute(Matcher<? super Boolean> matcher) { return new FileIsAbsoluteMatcher(matcher); }