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

Method isFile

output/java_guava/1.4.19/Files.java:872–874  ·  view source on GitHub ↗

Returns a predicate that returns the result of File#isFile on input files. @since 15.0

()

Source from the content-addressed store, hash-verified

870
871
872 public static Predicate<File> isFile() {
873 return FilePredicate.IS_FILE;
874 }
875
876 private enum FilePredicate implements Predicate<File> {
877 IS_DIRECTORY {

Callers 3

sizeIfKnownMethod · 0.45
sizeMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected