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