| Package | Description |
|---|---|
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
| Modifier and Type | Method and Description |
|---|---|
static CommandSegment |
CommandSegment.constant(String content)
Create a constant
CommandSegment. |
static CommandSegment |
CommandSegment.indexedParameter(int index) |
static CommandSegment |
CommandSegment.namedParameter(String name)
Create a named parameter reference
CommandSegment. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CommandSegment> |
CommandSegments.iterator() |
| Constructor and Description |
|---|
CommandSegments(List<CommandSegment> segments)
|
Copyright © 2019 lettuce.io. All rights reserved.