public interface Aggregation<T> extends Projection<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Aggregation.Avg<T> |
static interface |
Aggregation.ComparableTemplate<MINMAX> |
static interface |
Aggregation.Count |
static interface |
Aggregation.Max<T> |
static interface |
Aggregation.Min<T> |
static interface |
Aggregation.NumberTemplate<MINMAX,SUM,AVG> |
static interface |
Aggregation.Sum<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> CriteriaCreator<T> |
creator() |
static <T> CriteriaCreator<T> creator()
Copyright © 2020 The Immutables.org authors. All rights reserved.