Uses of Class
com.hazelcast.jet.accumulator.LongDoubleAccumulator
Packages that use LongDoubleAccumulator
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of LongDoubleAccumulator in com.hazelcast.jet.aggregate
Methods in com.hazelcast.jet.aggregate that return types with arguments of type LongDoubleAccumulatorModifier and TypeMethodDescriptionstatic <T> AggregateOperation1<T,
LongDoubleAccumulator, Double> AggregateOperations.averagingDouble
(ToDoubleFunctionEx<? super T> getDoubleValueFn) Returns an aggregate operation that finds the arithmetic mean (aka.