Uses of Interface
org.eclipse.collections.impl.block.procedure.DoubleSumResultHolder
Packages that use DoubleSumResultHolder
-
Uses of DoubleSumResultHolder in org.eclipse.collections.impl.block.procedure
Classes in org.eclipse.collections.impl.block.procedure that implement DoubleSumResultHolderModifier and TypeClassDescriptionclass
class
-
Uses of DoubleSumResultHolder in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return DoubleSumResultHolderModifier and TypeMethodDescriptionAbstractBatch.sumOfDouble
(DoubleFunction<? super T> function) Batch.sumOfDouble
(DoubleFunction<? super T> function) AbstractBatch.sumOfFloat
(FloatFunction<? super T> function) Batch.sumOfFloat
(FloatFunction<? super T> function) Method parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type DoubleSumResultHolderModifier and TypeMethodDescriptionprivate double
AbstractParallelIterable.sumOfDoubleOrdered
(Function<Batch<T>, DoubleSumResultHolder> map)