Class CollectDoubleProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public final class CollectDoubleProcedure<T> extends Object implements Procedure<T>
Applies a DoubleFunction to an object and adds the result to a target double collection.
This file was automatically generated from template file CollectPrimitiveProcedure.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection) -
Method Summary
Modifier and Type Method Description MutableDoubleCollectiongetDoubleCollection()voidvalue(T object)
-
Constructor Details
-
CollectDoubleProcedure
public CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection)
-
-
Method Details