| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
static <X> ImmutableGenerated<X> |
ImmutableGenerated.copyOf(Generated<X> instance)
Creates an immutable copy of a
Generated value. |
static <X> ImmutableGenerated<X> |
ImmutableGenerated.of(Value<X> destination,
FN0<X> transformation)
Construct a new immutable
Generated instance. |
ImmutableGenerated<X> |
ImmutableGenerated.withDestination(Value<X> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableGenerated<X> |
ImmutableGenerated.withTransformation(FN0<X> value)
Copy the current immutable object by setting a value for the
transformation attribute. |
Copyright © 2023. All rights reserved.