Class CheckedDoubleProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleProcedure
- All Implemented Interfaces:
Serializable
,DoubleConsumer
,DoubleProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.DoubleConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure
accept
-
Constructor Details
-
CheckedDoubleProcedure
public CheckedDoubleProcedure()
-
-
Method Details
-
value
public final void value(double item) - Specified by:
value
in interfaceDoubleProcedure
-
safeValue
- Throws:
Exception
-