Class AbstractLazyDoubleIterable.DoubleMinProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable.DoubleMinProcedure
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.DoubleConsumer,DoubleProcedure
- Enclosing class:
- AbstractLazyDoubleIterable
private static final class AbstractLazyDoubleIterable.DoubleMinProcedure extends java.lang.Object implements DoubleProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private doubleminprivate booleanvisitedOnce
-
Constructor Summary
Constructors Modifier Constructor Description privateDoubleMinProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()voidvalue(double 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.DoubleProcedure
accept
-
-
-
-
Method Detail
-
value
public void value(double each)
- Specified by:
valuein interfaceDoubleProcedure
-
getValue
public double getValue()
-
-