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

com.fnklabs.draenei.orm.analytics.Reducer Maven / Gradle / Ivy

package com.fnklabs.draenei.orm.analytics;

import java.io.Serializable;

public interface Reducer extends Serializable {

    ValueOut reduce(Key key, Iterable values);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy