| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.calculations |
| 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. |
static <S,X> ImmutableAggregated<S,X> |
ImmutableAggregated.of(Value<X> destination,
Iterable<? extends ValueSource<S>> sourceList,
FN1<List<S>,X> aggregation)
Construct a new immutable
Aggregated instance. |
static <S,X> ImmutableAggregated<S,X> |
ImmutableAggregated.of(Value<X> destination,
List<ValueSource<S>> sourceList,
FN1<List<S>,X> aggregation)
Construct a new immutable
Aggregated instance. |
ImmutableAggregated<S,X> |
ImmutableAggregated.withAggregation(FN1<List<S>,X> value)
Copy the current immutable object by setting a value for the
aggregation attribute. |
ImmutableAggregated<S,X> |
ImmutableAggregated.withDestination(Value<X> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableAggregated<S,X> |
ImmutableAggregated.withSourceList(Iterable<? extends ValueSource<S>> elements)
Copy the current immutable object with elements that replace the content of
sourceList. |
ImmutableAggregated<S,X> |
ImmutableAggregated.withSourceList(ValueSource<S>... elements)
Copy the current immutable object with elements that replace the content of
sourceList. |
Copyright © 2023. All rights reserved.