Class AggregateTransformationDefinition<I,O>

java.lang.Object
com.orchestranetworks.addon.dint.transformation.ValidatableDefinition
com.orchestranetworks.addon.dint.transformation.aggregate.AggregateTransformationDefinition<I,O>
Type Parameters:
I - The input value type. Must be compatible with InputDefinition.getType().
O - The output value type. Must be compatible with OutputDefinition.getType().
All Implemented Interfaces:
TransformationDefinition<List<I>,O>
Direct Known Subclasses:
IntegerAggregate, StringConcat

public abstract class AggregateTransformationDefinition<I,O> extends com.orchestranetworks.addon.dint.transformation.ValidatableDefinition implements TransformationDefinition<List<I>,O>
Represents a transformation function of TransformationCategory.AGGREGATE.
Since:
4.1.0