<T> Aggregates.Pending.Aggregation<T> |
Aggregates.Pending.ConstantType.constantsOfType(TypeCompatible<T> type) |
Sets the type of constant to aggregate.
|
default <T> Aggregates.Pending.Aggregation<T> |
Aggregates.Pending.ConstantType.constantsOfType(Class<T> clazz) |
Sets the type of constant to aggregate.
|
Aggregates.Pending.Aggregation<T> |
Aggregates.Pending.Aggregation.matching(MatchRules rules) |
Sets the match rules, overwriting any existing rules.
|
Aggregates.Pending.Aggregation<T> |
Aggregates.Pending.Aggregation.matching(UnaryOperator<MatchRules> match) |
Updates the match rules, appending to any previously set rules.
|