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