Class PathIterableFactory


  • public class PathIterableFactory
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathIterableFactory

        public PathIterableFactory()
    • 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)