Class AbstractLazyLongIterable.LongMinProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.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 org.eclipse.collections.api.block.procedure.primitive.LongProcedure
accept
-
-
-
-
Method Detail
-
value
public void value(long each)
- Specified by:
value
in interfaceLongProcedure
-
getValue
public long getValue()
-
-