@Value.Immutable public static interface AggregateValuesRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateValuesRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default AggregateValuesRule |
toRule()
Creates a rule that uses this configuration.
|
default AggregateValuesRule.Config |
withOperandFor(Class<? extends Aggregate> aggregateClass,
Class<? extends Values> valuesClass)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final AggregateValuesRule.Config DEFAULT
default AggregateValuesRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault AggregateValuesRule.Config withOperandFor(Class<? extends Aggregate> aggregateClass, Class<? extends Values> valuesClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.