Package org.uberfire.java.nio.file
Interface DirectoryStream.Filter<T>
-
- Enclosing interface:
- DirectoryStream<T>
public static interface DirectoryStream.Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T entry)
-
-
-
Method Detail
-
accept
boolean accept(T entry) throws IOException
- Throws:
IOException
-
-