Class StreamUtils

java.lang.Object
dk.jonaslindstrom.ruffini.common.util.StreamUtils

public class StreamUtils extends Object
  • Constructor Details

    • StreamUtils

      public StreamUtils()
  • Method Details

    • iteratorToIterable

      public static <E> Iterable<E> iteratorToIterable(Iterator<E> i)