Package org.jhighfun.util.stream.io

Examples of org.jhighfun.util.stream.io.FileChain


  public static <I> TaskStream<I> taskStream(Iterable<I> iterable) {
    return new TaskStream<I>(iterable);
  }

  public static FileChain fileChain(File file) {
    return new FileChain(file);
  }
View Full Code Here

TOP

Related Classes of org.jhighfun.util.stream.io.FileChain

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.