public final class CollectDoubleProcedure<T> extends Object implements Procedure<T>
| Constructor and Description |
|---|
CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction,
MutableDoubleCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleCollection |
getDoubleCollection() |
void |
value(T object) |
public CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction, MutableDoubleCollection targetCollection)
public MutableDoubleCollection getDoubleCollection()
Copyright © 2004–2022. All rights reserved.