Class CollectDoubleProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableDoubleCollectionprivate final DoubleFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
doubleFunction
-
doubleCollection
-
-
Constructor Details
-
CollectDoubleProcedure
public CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection)
-
-
Method Details
-
value
-
getDoubleCollection
-