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

com.diboot.core.util.ISetter Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package com.diboot.core.util;

import java.io.Serializable;

/**
 * setter方法接口定义
 * @author Mazhicheng
 * @version v2.0
 * @date 2019/1/17
 */
@FunctionalInterface
public interface ISetter extends Serializable {
    void accept(T t, U u);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy