MCPcopy Create free account
hub / github.com/antlr/codebuff / isDirectory

Method isDirectory

corpus/java/training/guava/io/Files.java:818–820  ·  view source on GitHub ↗

Returns a predicate that returns the result of File#isDirectory on input files. @since 15.0

()

Source from the content-addressed store, hash-verified

816 * @since 15.0
817 */
818 public static Predicate<File> isDirectory() {
819 return FilePredicate.IS_DIRECTORY;
820 }
821
822 /**
823 * Returns a predicate that returns the result of {@link File#isFile} on input files.

Callers 8

scanFromMethod · 0.45
scanJarFileMethod · 0.45
scanDirectoryMethod · 0.45
createParentDirsMethod · 0.45
childrenMethod · 0.45
applyMethod · 0.45
STGroupDirMethod · 0.45
handleArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected