| Package | Description | 
|---|---|
| com.hazelcast.jet.aggregate | Contains  AggregateOperationand its several variants, as well
 as a builder object for the aggregate operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> AggregateOperationBuilder.Arity1<T,A,Void> | AggregateOperationBuilder. andAccumulate(BiConsumerEx<? super A,? super T> accumulateFn)Registers the  AggregateOperation1.accumulateFn()accumulate}
 primitive. | 
| <T0> AggregateOperationBuilder.Arity1<T0,A,Void> | AggregateOperationBuilder. andAccumulate0(BiConsumerEx<? super A,? super T0> accumulateFn0)Registers the  accumulateprimitive for stream-0. | 
| AggregateOperationBuilder.Arity1<T0,A,R> | AggregateOperationBuilder.Arity1. andCombine(BiConsumerEx<? super A,? super A> combineFn)Registers the  combineprimitive. | 
| AggregateOperationBuilder.Arity1<T0,A,R> | AggregateOperationBuilder.Arity1. andDeduct(BiConsumerEx<? super A,? super A> deductFn)Registers the  deductprimitive. | 
| <R_NEW> AggregateOperationBuilder.Arity1<T0,A,R_NEW> | AggregateOperationBuilder.Arity1. andExport(FunctionEx<? super A,? extends R_NEW> exportFn)Registers the  exportprimitive. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.