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

shz.core.function.ObjIntBiFunction Maven / Gradle / Ivy

There is a newer version: 2024.0.2
Show newest version
package shz.core.function;

@FunctionalInterface
public interface ObjIntBiFunction {
    R apply(T t, U u, int value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy