Class CheckedByteFloatProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteFloatProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,ByteFloatProcedure
public abstract class CheckedByteFloatProcedure extends java.lang.Object implements ByteFloatProcedure
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 CheckedByteFloatProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
safeValue(byte item1, float item2)
void
value(byte item1, float item2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(byte item1, float item2)
- Specified by:
value
in interfaceByteFloatProcedure
-
safeValue
public abstract void safeValue(byte item1, float item2) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-