| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Class and Description |
|---|---|
static class |
PostProcessingArgs.Apply<K,V>
APPLY post-processing operation.
|
static class |
PostProcessingArgs.Filter<K,V>
FILTER post-processing operation.
|
static class |
PostProcessingArgs.GroupBy<K,V>
GROUPBY post-processing operation.
|
static class |
PostProcessingArgs.Limit<K,V>
LIMIT post-processing operation.
|
static class |
PostProcessingArgs.SortBy<K>
SORTBY post-processing operation.
|
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.Builder<K,V> |
PostProcessingArgs.Builder.addOperation(PostProcessingArgs.PostProcessingOperation<K,?> operation)
Add a post-processing operation to the pipeline.
|
Copyright © 2025 lettuce.io. All rights reserved.