@Value.Immutable public abstract class Values extends Object
| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableValues.Builder |
builder() |
Value<?> |
get(int index) |
static Values |
of(Iterable<? extends Value<?>> values) |
static Values |
of(Value<?>... values) |
protected abstract List<Value<?>> |
values() |
Copyright © 2024. All rights reserved.