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

com.moon.core.util.Groupable Maven / Gradle / Ivy

package com.moon.core.util;

/**
 * 可分组的
 *
 * @author moonsky
 */
@FunctionalInterface
public interface Groupable {

    /**
     * 返回分组的键
     *
     * @return 键
     */
    K group();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy