| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> PostProcessingArgs.GroupBy<K,V> |
PostProcessingArgs.GroupBy.of(K... properties)
Static factory method to create a GroupBy instance.
|
PostProcessingArgs.GroupBy<K,V> |
PostProcessingArgs.GroupBy.reduce(PostProcessingArgs.Reducer<K,V> reducer)
Add a reducer to this GROUPBY operation.
|
Copyright © 2025 lettuce.io. All rights reserved.