Class CollectFloatProcedure<T>

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

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