Class CheckedObjectLongProcedure<V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedure<V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.ObjLongConsumer<V>
,ObjectLongProcedure<V>
public abstract class CheckedObjectLongProcedure<V> extends java.lang.Object implements ObjectLongProcedure<V>
This file was automatically generated from template file checkedObjectPrimitiveProcedure.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 CheckedObjectLongProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
safeValue(V item1, long item2)
void
value(V item1, long item2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectLongProcedure
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(V item1, long item2)
- Specified by:
value
in interfaceObjectLongProcedure<V>
-
safeValue
public abstract void safeValue(V item1, long item2) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-