Class CheckedIntLongProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntLongProcedure
-
- All Implemented Interfaces:
Serializable,IntLongProcedure
public abstract class CheckedIntLongProcedure extends Object implements IntLongProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedIntLongProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(int item1, long item2)voidvalue(int item1, long item2)
-
-
-
Method Detail
-
value
public final void value(int item1, long item2)- Specified by:
valuein interfaceIntLongProcedure
-
-