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