Class CheckedObjectIntProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedure<T>
-
- All Implemented Interfaces:
Serializable,ObjIntConsumer<T>,ObjectIntProcedure<T>
public abstract class CheckedObjectIntProcedure<T> extends Object implements ObjectIntProcedure<T>
- 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(T object, int index)voidvalue(T object, int index)-
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
-
-