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

Method apply

corpus/java/training/guava/io/Files.java:833–836  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

831 private enum FilePredicate implements Predicate<File> {
832 IS_DIRECTORY {
833 @Override
834 public boolean apply(File file) {
835 return file.isDirectory();
836 }
837
838 @Override
839 public String toString() {

Callers

nothing calls this directly

Calls 2

isDirectoryMethod · 0.45
isFileMethod · 0.45

Tested by

no test coverage detected