Class AllOfAggregationBuilder<T>

java.lang.Object
com.hazelcast.jet.aggregate.AllOfAggregationBuilder<T>
Type Parameters:
T - the type of the input items

public final class AllOfAggregationBuilder<T>
extends Object
Offers a step-by-step API to create a composite of multiple aggregate operations. To obtain it, call AggregateOperations.allOfBuilder().
Since:
3.0