All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
endsWith(T suffix) |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isDirectory() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isDirectory(java.nio.file.LinkOption... options) |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isExecutable() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isHidden() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isReadable() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isRegularFile() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isRegularFile(java.nio.file.LinkOption... options) |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isSymbolicLink() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
isWritable() |
static <T extends java.nio.file.Path> com.google.common.base.Predicate<T> |
startsWith(T prefix) |