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

Method apply

output/java_guava/1.4.16/Files.java:877–880  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

875 private enum FilePredicate implements Predicate<File> {
876 IS_DIRECTORY {
877 @Override
878 public boolean apply(File file) {
879 return file.isDirectory();
880 }
881
882 @Override
883 public String toString() {

Callers

nothing calls this directly

Calls 2

isDirectoryMethod · 0.45
isFileMethod · 0.45

Tested by

no test coverage detected