public final class CollectDoubleProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectDoubleProcedure(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T> doubleFunction,
org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableDoubleCollection |
getDoubleCollection() |
void |
value(T object) |
public CollectDoubleProcedure(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T> doubleFunction, org.eclipse.collections.api.collection.primitive.MutableDoubleCollection targetCollection)
Copyright © 2004–2018. All rights reserved.