Class CheckedObjectIntProcedure<V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedure<V>
-
- All Implemented Interfaces:
Serializable,ObjIntConsumer<V>,ObjectIntProcedure<V>
public abstract class CheckedObjectIntProcedure<V> extends Object implements ObjectIntProcedure<V>
This file was automatically generated from template file checkedObjectPrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedObjectIntProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(V item1, int item2)voidvalue(V item1, int item2)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept
-
-