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