| Modifier and Type | Class | Description |
|---|---|---|
class |
ArrayOption<T> |
Creates an array representation facade for the encapsulated
Option. |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> ArrayOperand<T> |
CliSugar.asArray(Operand<T> aOperand) |
Creates an array representation facade for the encapsulated
Operand. |
static <T> ArrayOperand<T> |
CliSugar.asArray(Operand<T> aOperand,
int aLength) |
Creates an array representation facade for the encapsulated
Operand. |
static <T> ArrayOperand<T> |
CliSugar.asArray(Operand<T> aOperand,
int aMinLength,
int aMaxLength) |
Creates an array representation facade for the encapsulated
Operand. |
Copyright © 2021. All rights reserved.