Class CollectIntProcedure<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>

    public final class CollectIntProcedure<T>
    extends java.lang.Object
    implements Procedure<T>
    Applies a IntFunction to an object and adds the result to a target int collection. This file was automatically generated from template file CollectPrimitiveProcedure.stg.
    See Also:
    Serialized Form