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

Method isDirectory

output/java_guava/1.4.19/Files.java:861–863  ·  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

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

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected