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

com.github.azbh111.utils.java.model.Updatable Maven / Gradle / Ivy

The newest version!
package com.github.azbh111.utils.java.model;

/**
 *
 * @author pyz
 * @date 2019/4/22 9:24 AM
 */
public interface Updatable> extends IDAccessor {
    /**
     * 用Updator创建Updatable
     *
     * @param t
     */
    void from(T t);

    /**
     * 用Updator更新Updatable
     *
     * @param t
     */
    void update(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy