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

cn.featherfly.common.data.Collector Maven / Gradle / Ivy


package cn.featherfly.common.data;

/**
 * Collector.
 *
 * @param  泛型
 * @param 

泛型 * @author zhongj */ @FunctionalInterface public interface Collector { /** *

* 返回数据 *

* * @param param 参数 * @return 数据 */ D getData(P param); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy