Returns a predicate that returns the result of File#isDirectory on input files. @since 15.0
()
| 816 | * @since 15.0 |
| 817 | */ |
| 818 | public static Predicate<File> isDirectory() { |
| 819 | return FilePredicate.IS_DIRECTORY; |
| 820 | } |
| 821 | |
| 822 | /** |
| 823 | * Returns a predicate that returns the result of {@link File#isFile} on input files. |
no outgoing calls
no test coverage detected