Module net.anwiba.commons.reference
Class PathIterableFactory
java.lang.Object
net.anwiba.commons.reference.utilities.PathIterableFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Iterable<T>create(IApplicable<Path> applicable, IConverter<Path, T, RuntimeException> converter, Path path)
-
Constructor Details
-
PathIterableFactory
public PathIterableFactory()
-
-
Method Details
-
create
public <T> Iterable<T> create(IApplicable<Path> applicable, IConverter<Path, T, RuntimeException> converter, Path path)
-