Interface MDoubleAccumulator

    • Method Detail

      • add

        void add​(double value)
        Adds a primitive double value.
        Parameters:
        value - the value to add
      • add

        default void add​(Double aDouble)
        Description copied from interface: MAccumulator
        Adds an item to the accumulator
        Specified by:
        add in interface MAccumulator<Double,​Double>
        Parameters:
        aDouble - the item to add