Class AggregateOperationBuilder.Arity2<T0,​T1,​A,​R>

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

public static class AggregateOperationBuilder.Arity2<T0,​T1,​A,​R>
extends Object
The arity-2 variant of the aggregate operation builder. Can be raised to arity-3 by calling andAccumulate2().