Class AbstractLazyLongIterable.LongMinProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.LongMinProcedure
- All Implemented Interfaces:
Serializable
,LongConsumer
,LongProcedure
- Enclosing class:
AbstractLazyLongIterable
private static final class AbstractLazyLongIterable.LongMinProcedure
extends Object
implements LongProcedure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
visitedOnce
private boolean visitedOnce -
min
private long min
-
-
Constructor Details
-
LongMinProcedure
private LongMinProcedure()
-
-
Method Details
-
value
public void value(long each) - Specified by:
value
in interfaceLongProcedure
-
getValue
public long getValue()
-