| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
Aggregated<S,X> |
Calculate.WithSourcesNullable.by(FN1<List<S>,X> aggregation) |
Aggregated<S,X> |
Calculate.WithSourcesNullable.by(FN1<List<S>,X> aggregation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAggregated<S,X>
Immutable implementation of
Aggregated. |
| Modifier and Type | Method and Description |
|---|---|
static <S,X> Aggregated<S,X> |
Aggregated.with(List<? extends ValueSource<S>> sourceList,
ValueSink<X> destination,
FN1<List<S>,X> aggregation) |
| Modifier and Type | Method and Description |
|---|---|
static <S,X> ImmutableAggregated<S,X> |
ImmutableAggregated.copyOf(Aggregated<S,X> instance)
Creates an immutable copy of a
Aggregated value. |
Copyright © 2023. All rights reserved.