Class AggregateOperationBuilder.Arity1<T0,A,R>

java.lang.Object
com.hazelcast.jet.aggregate.AggregateOperationBuilder.Arity1<T0,A,R>
Type Parameters:
T0 - type of item in stream-0
A - type of the accumulator
R - type of the aggregation result
Enclosing class:
AggregateOperationBuilder<A>

public static class AggregateOperationBuilder.Arity1<T0,A,R> extends Object
The arity-1 variant of the aggregate operation builder. Can be raised to arity-2 by calling andAccumulate1().