| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.lazy.parallel |
| Modifier and Type | Class and Description |
|---|---|
class |
SumOfDoubleProcedure<T>
Implementation of
Procedure that holds on to the summation of elements seen so far,
determined by the Function. |
class |
SumOfFloatProcedure<T>
Implementation of
Procedure that holds on to the summation of elements seen so far,
determined by the Function. |
| Modifier and Type | Method and Description |
|---|---|
DoubleSumResultHolder |
Batch.sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T> function) |
DoubleSumResultHolder |
AbstractBatch.sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T> function) |
DoubleSumResultHolder |
Batch.sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T> function) |
DoubleSumResultHolder |
AbstractBatch.sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T> function) |
Copyright © 2004–2017. All rights reserved.