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