Interface DynamicFileEnumerator.Provider
-
- All Superinterfaces:
FileEnumerator.Provider
,Serializable
- Enclosing interface:
- DynamicFileEnumerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface DynamicFileEnumerator.Provider extends FileEnumerator.Provider
Factory for theDynamicFileEnumerator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamicFileEnumerator
create()
-
-
-
Method Detail
-
create
DynamicFileEnumerator create()
- Specified by:
create
in interfaceFileEnumerator.Provider
-
-