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