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