![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mengweijin.quickboot.util.lambda.ISetterFunction Maven / Gradle / Ivy
package com.github.mengweijin.quickboot.util.lambda;
import java.io.Serializable;
/**
* @author mengweijin
*/
@Deprecated
@FunctionalInterface
public interface ISetterFunction extends Serializable {
/**
* set
* @param t t
* @param u u
*/
void set(T t, U u);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy