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

Method isFile

guava/src/com/google/common/io/Files.java:872–874  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

870 * @since 15.0
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 6

testPredicatesMethod · 0.95
sizeIfKnownMethod · 0.45
sizeMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls