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

net.neoremind.fountain.Settable Maven / Gradle / Ivy

package net.neoremind.fountain;

/**
 * 可设置对象的接口
 *
 * @author zhangxu
 */
interface Settable {

    /**
     * 设置对象
     *
     * @param t 对象
     *
     * @return 返回被添加该值的对象
     */
    X set(T t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy