Type Parameters:
T - the type of element
All Superinterfaces:
Queryable<T>

public interface Group<T> extends Queryable<T>
Represents group
Since:
4.0.0
  • Method Details

    • of

      static <T> Group<T> of(Stream<T> sourceStream)
      Factory method to create Group instance
      Type Parameters:
      T - the type of element
      Parameters:
      sourceStream - the source stream
      Returns:
      the Group instance
      Since:
      4.0.0