public class GroupedQuery<E extends Entity>
extends java.lang.Object
Grouped query interface.
Modifier and Type | Method and Description |
---|---|
java.util.List<IdBox<java.util.List<E>>> |
get()
Get the grouped entities as a list of groups.
|
ObjectStream<IdBox<java.util.List<E>>> |
stream()
Stream the groups of entities.
|
public ObjectStream<IdBox<java.util.List<E>>> stream()
Stream the groups of entities.