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

Method isFile

output/java_guava/1.4.16/Files.java:871–873  ·  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

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

Callers 3

sizeIfKnownMethod · 0.45
sizeMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected