| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static PostProcessingArgs.ReduceFunction |
PostProcessingArgs.ReduceFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostProcessingArgs.ReduceFunction[] |
PostProcessingArgs.ReduceFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> PostProcessingArgs.Reducer<K,V> |
PostProcessingArgs.Reducer.of(PostProcessingArgs.ReduceFunction function,
V... args)
Static factory method to create a Reducer with a function and optional arguments.
|
Copyright © 2025 lettuce.io. All rights reserved.