Class AbstractLazyDoubleIterable.DoubleMinProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double min  
      private boolean visitedOnce  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DoubleMinProcedure()  
    • 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

      • visitedOnce

        private boolean visitedOnce
      • min

        private double min
    • Constructor Detail

      • DoubleMinProcedure

        private DoubleMinProcedure()
    • Method Detail

      • getValue

        public double getValue()