Class CheckedIntDoubleProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntDoubleProcedure
-
- All Implemented Interfaces:
java.io.Serializable,IntDoubleProcedure
public abstract class CheckedIntDoubleProcedure extends java.lang.Object implements IntDoubleProcedure
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 longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedIntDoubleProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(int item1, double item2)voidvalue(int item1, double item2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(int item1, double item2)- Specified by:
valuein interfaceIntDoubleProcedure
-
safeValue
public abstract void safeValue(int item1, double item2) throws java.lang.Exception- Throws:
java.lang.Exception
-
-