Class FileIterableFactory


  • public class FileIterableFactory
    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.io.File> applicable, IConverter<java.io.File,​T,​java.lang.RuntimeException> converter, java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • FileIterableFactory

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