Interface CombiningFunction<VAL,​ACCU>

    • Method Detail

      • apply

        ACCU apply​(ACCU accu,
                   VAL val)
        Parameters:
        accu - current accumulator value
        val - value to be combined with accu
        Returns:
        combined value after application of this function to accu and val