Package io.activej.aggregation
Interface IAggregation
- All Known Implementing Classes:
Aggregation
public interface IAggregation
-
Method Summary
Modifier and TypeMethodDescription<T> StreamSupplier<T>query(AggregationQuery query, Class<T> outputClass, DefiningClassLoader classLoader)
-
Method Details
-
query
<T> StreamSupplier<T> query(AggregationQuery query, Class<T> outputClass, DefiningClassLoader classLoader)
-