Class CollectFloatProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.primitive.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
-
-
Field Summary
Fields Modifier and Type Field Description private MutableFloatCollection
floatCollection
private FloatFunction<? super T>
floatFunction
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CollectFloatProcedure(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableFloatCollection
getFloatCollection()
void
value(T object)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
floatFunction
private final FloatFunction<? super T> floatFunction
-
floatCollection
private final MutableFloatCollection floatCollection
-
-
Constructor Detail
-
CollectFloatProcedure
public CollectFloatProcedure(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection)
-
-
Method Detail
-
getFloatCollection
public MutableFloatCollection getFloatCollection()
-
-