Class AbstractLazyLongIterable.LongMinProcedure

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.LongConsumer, LongProcedure
    Enclosing class:
    AbstractLazyLongIterable

    private static final class AbstractLazyLongIterable.LongMinProcedure
    extends java.lang.Object
    implements LongProcedure
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private LongMinProcedure()  
    • Method Summary

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

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

        accept
    • Field Detail

      • visitedOnce

        private boolean visitedOnce
      • min

        private long min
    • Constructor Detail

      • LongMinProcedure

        private LongMinProcedure()
    • Method Detail

      • value

        public void value​(long each)
        Specified by:
        value in interface LongProcedure
      • getValue

        public long getValue()