Class CheckedShortByteProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortByteProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,ShortByteProcedure
public abstract class CheckedShortByteProcedure extends java.lang.Object implements ShortByteProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedShortByteProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
safeValue(short item1, byte item2)
void
value(short item1, byte item2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(short item1, byte item2)
- Specified by:
value
in interfaceShortByteProcedure
-
safeValue
public abstract void safeValue(short item1, byte item2) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-