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

com.hframework.common.util.collect.bean.Merger Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.hframework.common.util.collect.bean;


/**
 * User: zhangqh6
 * Date: 2015/12/29 10:32:32
 */
public interface Merger {

    K getKey(V v);

    K groupKey(V v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy