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