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