public class PathIterableFactory extends Object
| Constructor and Description |
|---|
PathIterableFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
create(IApplicable<Path> applicable,
IConverter<Path,T,RuntimeException> converter,
Path path) |
public <T> Iterable<T> create(IApplicable<Path> applicable, IConverter<Path,T,RuntimeException> converter, Path path)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.