Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
Modifier and Type | Method and Description |
---|---|
static Values |
Values.of(List<?> list)
Creates a wrapper for the given list
|
static Values |
Values.of(Object[] array)
Creates a wrapper for the given array
|
Modifier and Type | Method and Description |
---|---|
void |
CSVReader.execute(Consumer<Values> consumer)
Parses the previously supplied input and calls the given consumer for each row.
|
Copyright © 2018. All rights reserved.