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