| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableMappedValue.Builder<T> |
ImmutableMappedValue.builder()
Creates a builder for
ImmutableMappedValue. |
ImmutableMappedValue.Builder<T> |
ImmutableMappedValue.Builder.from(MappedValue<T> instance)
Fill a builder with attribute values from the provided
MappedValue instance. |
ImmutableMappedValue.Builder<T> |
ImmutableMappedValue.Builder.id(Value<T> id)
Initializes the value for the
id attribute. |
ImmutableMappedValue.Builder<T> |
ImmutableMappedValue.Builder.value(T value)
Initializes the value for the
value attribute. |
Copyright © 2023. All rights reserved.