Class CheckedByteCharProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteCharProcedure
-
- All Implemented Interfaces:
Serializable,ByteCharProcedure
public abstract class CheckedByteCharProcedure extends Object implements ByteCharProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedByteCharProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(byte item1, char item2)voidvalue(byte item1, char item2)
-
-
-
Method Detail
-
value
public final void value(byte item1, char item2)- Specified by:
valuein interfaceByteCharProcedure
-
-