| Package | Description |
|---|---|
| de.flapdoodle.formula |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValueContainer |
ImmutableValueContainer.Builder.build()
Builds a new
ImmutableValueContainer. |
static ImmutableValueContainer |
ImmutableValueContainer.copyOf(ValueContainer instance)
Creates an immutable copy of a
ValueContainer value. |
ImmutableValueContainer |
ImmutableValueContainer.withNullValues(Iterable<? extends Value<?>> elements)
Copy the current immutable object with elements that replace the content of
nullValues. |
ImmutableValueContainer |
ImmutableValueContainer.withNullValues(Value<?>... elements)
Copy the current immutable object with elements that replace the content of
nullValues. |
ImmutableValueContainer |
ImmutableValueContainer.withValues(Map<? extends Value<?>,? extends Object> entries)
Copy the current immutable object by replacing the
values map with the specified map. |
Copyright © 2023. All rights reserved.