Uses of Class
com.hazelcast.jet.aggregate.AggregateOperationBuilder.Arity1
Package
Description
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.-
Uses of AggregateOperationBuilder.Arity1 in com.hazelcast.jet.aggregate
Modifier and TypeMethodDescriptionAggregateOperationBuilder.andAccumulate
(BiConsumerEx<? super A, ? super T> accumulateFn) Registers theAggregateOperation1.accumulateFn()
accumulate} primitive.<T0> AggregateOperationBuilder.Arity1<T0,
A, Void> AggregateOperationBuilder.andAccumulate0
(BiConsumerEx<? super A, ? super T0> accumulateFn0) Registers theaccumulate
primitive for stream-0.AggregateOperationBuilder.Arity1.andCombine
(BiConsumerEx<? super A, ? super A> combineFn) Registers thecombine
primitive.AggregateOperationBuilder.Arity1.andDeduct
(BiConsumerEx<? super A, ? super A> deductFn) Registers thededuct
primitive.<R_NEW> AggregateOperationBuilder.Arity1<T0,
A, R_NEW> AggregateOperationBuilder.Arity1.andExport
(FunctionEx<? super A, ? extends R_NEW> exportFn) Registers theexport
primitive.