| Package | Description |
|---|---|
| org.immutables.criteria.matcher |
| Modifier and Type | Method and Description |
|---|---|
default Aggregation<T> |
Aggregation.Avg.avg() |
default Aggregation<Long> |
Aggregation.Count.count() |
default Aggregation<T> |
Aggregation.Max.max() |
default Aggregation<T> |
Aggregation.Min.min() |
default Aggregation<T> |
Aggregation.Sum.sum() |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Matchers.toExpression(Aggregation<?> aggregation) |
Copyright © 2020 The Immutables.org authors. All rights reserved.