Class AssociationAggregationFunction

    • Constructor Detail

      • AssociationAggregationFunction

        protected AssociationAggregationFunction()
        Sole constructor.
    • Method Detail

      • aggregate

        public abstract int aggregate​(int existingVal,
                                      int newVal)
        Implement aggregation logic for integers
      • aggregate

        public abstract float aggregate​(float existingVal,
                                        float newVal)
        Implement aggregation logic for floats