Uses of Class
com.hazelcast.jet.aggregate.AggregateOperationBuilder.Arity2
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of AggregateOperationBuilder.Arity2 in com.hazelcast.jet.aggregate
Modifier and TypeMethodDescription<T1> AggregateOperationBuilder.Arity2<T0,
T1, A, R> AggregateOperationBuilder.Arity1.andAccumulate1
(BiConsumerEx<? super A, ? super T1> accumulateFn1) Registers theAggregateOperation2.accumulateFn1()
accumulate} primitive for stream-1, returning the arity-2 variant of the builder.AggregateOperationBuilder.Arity2.andCombine
(BiConsumerEx<? super A, ? super A> combineFn) Registers thecombine
primitive.AggregateOperationBuilder.Arity2.andDeduct
(BiConsumerEx<? super A, ? super A> deductFn) Registers thededuct
primitive.<R_NEW> AggregateOperationBuilder.Arity2<T0,
T1, A, R_NEW> AggregateOperationBuilder.Arity2.andExport
(FunctionEx<? super A, ? extends R_NEW> exportFn) Registers theexport
primitive.