Class AbstractLazyDoubleIterable.DoubleSumProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double compensation  
      private double sum  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DoubleSumProcedure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()  
      void value​(double each)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.DoubleConsumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure

        accept
    • Field Detail

      • sum

        private double sum
      • compensation

        private double compensation
    • Constructor Detail

      • DoubleSumProcedure

        private DoubleSumProcedure()
    • Method Detail

      • getValue

        public double getValue()