Class AggregateOperationBuilder.Arity3<T0,​T1,​T2,​A,​R>

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

public static class AggregateOperationBuilder.Arity3<T0,​T1,​T2,​A,​R>
extends Object
The arity-3 variant of the aggregate operation builder.