com.microsoft.azure.documentdb.internal.query.aggregation.Aggregator Maven / Gradle / Ivy
package com.microsoft.azure.documentdb.internal.query.aggregation;
public interface Aggregator {
void aggregate(Object item);
Object getResult();
}
package com.microsoft.azure.documentdb.internal.query.aggregation;
public interface Aggregator {
void aggregate(Object item);
Object getResult();
}