Interface StatisticAccumulator<T extends StatisticResult>

    • Method Detail

      • combine

        T combine​(T other)
        Combines the state of the other statistic into this one.
        Parameters:
        other - Another statistic to be combined.
        Returns:
        this instance after combining other.