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

Method isFile

corpus/java/training/guava/io/Files.java:827–829  ·  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

825 * @since 15.0
826 */
827 public static Predicate<File> isFile() {
828 return FilePredicate.IS_FILE;
829 }
830
831 private enum FilePredicate implements Predicate<File> {
832 IS_DIRECTORY {

Callers 4

sizeIfKnownMethod · 0.45
sizeMethod · 0.45
applyMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected