MCPcopy
hub / github.com/google/guava / apply

Method apply

guava/src/com/google/common/io/Files.java:878–881  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

isDirectoryMethod · 0.45
isFileMethod · 0.45

Tested by

no test coverage detected