Class CheckedLongIntProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongIntProcedure
- All Implemented Interfaces:
Serializable
,LongIntProcedure
public abstract class CheckedLongIntProcedure extends Object implements LongIntProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.
- Since:
- 4.0.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedLongIntProcedure()
-
Method Summary
-
Constructor Details
-
CheckedLongIntProcedure
public CheckedLongIntProcedure()
-
-
Method Details
-
value
public final void value(long item1, int item2)- Specified by:
value
in interfaceLongIntProcedure
-
safeValue
- Throws:
Exception
-