Interface ObjectIntProcedure<T>
-
- All Superinterfaces:
ObjectIntProcedure<T>
,java.util.function.ObjIntConsumer<T>
,java.io.Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Deprecated public interface ObjectIntProcedure<T> extends ObjectIntProcedure<T>
Deprecated.since 3.0 useObjectIntProcedure
instead.A ObjectIntProcedure is a single argument Closure which has no return argument and takes an int as a second argument which is usually the index of the current element of a collection.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept, value
-
-