Returns a predicate that returns the result of File#isDirectory on input files. @since 15.0
()
| 858 | |
| 859 | |
| 860 | public static Predicate<File> isDirectory() { |
| 861 | return FilePredicate.IS_DIRECTORY; |
| 862 | } |
| 863 | |
| 864 | /** |
| 865 | * Returns a predicate that returns the result of {@link File#isFile} on input files. |
no outgoing calls
no test coverage detected