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

com.github.zzlhy.func.SaveDataHandler Maven / Gradle / Ivy

package com.github.zzlhy.func;

/**
 * 保存数据的方法
 * Created by Administrator on 2018-10-16.
 */
@FunctionalInterface
public interface SaveDataHandler {

    void save(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy