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 use ObjectIntProcedure 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.