Class AbstractLazyIntIterable.IntMinProcedure

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.IntConsumer, IntProcedure
    Enclosing class:
    AbstractLazyIntIterable

    private static final class AbstractLazyIntIterable.IntMinProcedure
    extends java.lang.Object
    implements IntProcedure
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private IntMinProcedure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()  
      void value​(int 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.IntConsumer

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

        accept
    • Field Detail

      • visitedOnce

        private boolean visitedOnce
      • min

        private int min
    • Constructor Detail

      • IntMinProcedure

        private IntMinProcedure()
    • Method Detail

      • value

        public void value​(int each)
        Specified by:
        value in interface IntProcedure
      • getValue

        public int getValue()