Interface Aggregation.Visitor

All Known Implementing Classes:
AggregationDescriptions, AggregationOptimizer, AggregationOutputs, AggregationPairs
Enclosing interface:
Aggregation

public static interface Aggregation.Visitor
Visitor interface. Combines with Aggregation.walk(Visitor) in order to allow for type-safe Aggregation evaluation without switch statements or if-else blocks.