Class CheckedCharProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharProcedure
- All Implemented Interfaces:
Serializable
,CharProcedure
public abstract class CheckedCharProcedure extends Object implements CharProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedCharProcedure()
-
Method Summary
-
Constructor Details
-
CheckedCharProcedure
public CheckedCharProcedure()
-
-
Method Details
-
value
public final void value(char item)- Specified by:
value
in interfaceCharProcedure
-
safeValue
- Throws:
Exception
-