Class FileIterableFactory
- java.lang.Object
-
- net.anwiba.commons.reference.utilities.FileIterableFactory
-
public class FileIterableFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileIterableFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> java.lang.Iterable<T>create(IApplicable<java.io.File> applicable, IConverter<java.io.File,T,java.lang.RuntimeException> converter, java.io.File file)
-
-
-
Method Detail
-
create
public <T> java.lang.Iterable<T> create(IApplicable<java.io.File> applicable, IConverter<java.io.File,T,java.lang.RuntimeException> converter, java.io.File file)
-
-