All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy