| Package | Description |
|---|---|
| de.flapdoodle.formula.explain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCalculationVertex<T> |
ImmutableCalculationVertex.Builder.build()
Builds a new
ImmutableCalculationVertex. |
static <T> ImmutableCalculationVertex<T> |
ImmutableCalculationVertex.copyOf(RuleVertex.CalculationVertex<T> instance)
Creates an immutable copy of a
RuleVertex.CalculationVertex value. |
static <T> ImmutableCalculationVertex<T> |
ImmutableCalculationVertex.of(Calculation<T> calculation)
Construct a new immutable
CalculationVertex instance. |
ImmutableCalculationVertex<T> |
ImmutableCalculationVertex.withCalculation(Calculation<T> value)
Copy the current immutable object by setting a value for the
calculation attribute. |
Copyright © 2023. All rights reserved.