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