| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
Generated<X> |
Calculate.WithDestination.by(F0<X> transformation) |
Generated<X> |
Calculate.WithDestination.by(F0<X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableGenerated<X>
Immutable implementation of
Generated. |
| Modifier and Type | Method and Description |
|---|---|
static <X> Generated<X> |
Generated.with(ValueSink<X> destination,
FN0<X> transformation) |
| Modifier and Type | Method and Description |
|---|---|
static <X> ImmutableGenerated<X> |
ImmutableGenerated.copyOf(Generated<X> instance)
Creates an immutable copy of a
Generated value. |
Copyright © 2023. All rights reserved.