| Package | Description | 
|---|---|
| com.hazelcast.function | 
 Serializable and exception-declaring variants of functional interfaces from
  
java.util.function. | 
| com.hazelcast.jet.aggregate | 
 Contains  
AggregateOperation and its several variants, as well
 as a builder object for the aggregate operations. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> ComparatorEx<T> | 
ComparatorEx.comparingDouble(ToDoubleFunctionEx<? super T> toKeyFn)
Serializable variant of java.util.Comparator#comparingDouble(ToDoubleFunction). | 
default ComparatorEx<T> | 
ComparatorEx.thenComparingDouble(ToDoubleFunctionEx<? super T> toKeyFn)
Serializable variant of java.util.Comparator#thenComparingDouble(ToDoubleFunction). | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> AggregateOperation1<T,LongDoubleAccumulator,Double> | 
AggregateOperations.averagingDouble(ToDoubleFunctionEx<? super T> getDoubleValueFn)
Returns an aggregate operation that finds the arithmetic mean (aka. 
 | 
static <T> AggregateOperation1<T,DoubleAccumulator,Double> | 
AggregateOperations.summingDouble(ToDoubleFunctionEx<? super T> getDoubleValueFn)
Returns an aggregate operation that computes the sum of the  
double values it obtains by applying getDoubleValueFn to each
 item. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.