K - Key type.V - Value type.public static class PostProcessingArgs.Apply<K,V> extends Object implements PostProcessingArgs.PostProcessingOperation<K,V>
| Constructor and Description |
|---|
Apply(V expression,
K name)
Creates a new APPLY operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,V> args)
Build the operation arguments into the command args.
|
static <K,V> PostProcessingArgs.Apply<K,V> |
of(V expression,
K name)
Static factory method to create an Apply instance with a single name and expression pair.
|
public void build(CommandArgs<K,V> args)
PostProcessingArgs.PostProcessingOperationbuild in interface PostProcessingArgs.PostProcessingOperation<K,V>args - the command args to build intopublic static <K,V> PostProcessingArgs.Apply<K,V> of(V expression, K name)
K - Key typeV - Value typeexpression - the expression to applyname - the name of the expressionCopyright © 2025 lettuce.io. All rights reserved.