| Package | Description |
|---|---|
| de.flapdoodle.formula.rules |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCalculationMap |
ImmutableCalculationMap.Builder.build()
Builds a new
ImmutableCalculationMap. |
static ImmutableCalculationMap |
ImmutableCalculationMap.copyOf(CalculationMap instance)
Creates an immutable copy of a
CalculationMap value. |
ImmutableCalculationMap |
ImmutableCalculationMap.withAll(Calculation<?>... elements)
Copy the current immutable object with elements that replace the content of
all. |
ImmutableCalculationMap |
ImmutableCalculationMap.withAll(Iterable<? extends Calculation<?>> elements)
Copy the current immutable object with elements that replace the content of
all. |
Copyright © 2023. All rights reserved.