Interface StreamModule.Combinations

  • Enclosing interface:
    StreamModule

    public static interface StreamModule.Combinations
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <T> Stream<Stream<T>> apply​(Stream<T> elements, int k)