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