
com.fnklabs.draenei.orm.analytics.Mapper Maven / Gradle / Ivy
package com.fnklabs.draenei.orm.analytics;
import java.io.Serializable;
public interface Mapper extends Serializable {
/**
* Map operation
*
* @param keyIn Input key
* @param valueIn Input value
* @param context Context that can apply new key and value
*/
void map(long keyIn, ValueIn valueIn, Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy