Class CollectFloatProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectFloatProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableFloatCollection
private final FloatFunction
<? super T> private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionCollectFloatProcedure
(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
floatFunction
-
floatCollection
-
-
Constructor Details
-
CollectFloatProcedure
public CollectFloatProcedure(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection)
-
-
Method Details