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

cn.xnatural.enet.common.builder.Builder Maven / Gradle / Ivy

package cn.xnatural.enet.common.builder;

import cn.xnatural.enet.common.Context;

/**
 * 从一个运行上下文中, 计算出一个值
 *
 * @param 
 * @author hubert
 */
@FunctionalInterface
public interface Builder {

    T build(Context ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy