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