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

Method isDirectory

output/java_guava/1.4.17/Files.java:860–862  ·  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

858
859
860 public static Predicate<File> isDirectory() {
861 return FilePredicate.IS_DIRECTORY;
862 }
863
864 /**
865 * Returns a predicate that returns the result of {@link File#isFile} on input files.

Callers 15

STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
STGroupDirMethod · 0.45
scanFromMethod · 0.45
scanJarFileMethod · 0.45
scanDirectoryMethod · 0.45
createParentDirsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected