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

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