Class CheckedDoubleIntProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleIntProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,DoubleIntProcedure
public abstract class CheckedDoubleIntProcedure extends java.lang.Object implements DoubleIntProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedDoubleIntProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
safeValue(double item1, int item2)
void
value(double item1, int item2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(double item1, int item2)
- Specified by:
value
in interfaceDoubleIntProcedure
-
safeValue
public abstract void safeValue(double item1, int item2) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-