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