Class SummationGroupBySummaryProvider<T>

    • Constructor Detail

      • SummationGroupBySummaryProvider

        public SummationGroupBySummaryProvider​(IColumnAccessor<T> columnAccessor)
    • Method Detail

      • summarize

        public Object summarize​(int columnIndex,
                                List<T> children)
        Specified by:
        summarize in interface IGroupBySummaryProvider<T>
        Parameters:
        columnIndex - The column index of the column for which the summary should be calculated.
        children - The child objects to operate on.
        Returns:
        The calculated summary value for the column.