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

org.noear.water.utils.ext.Fun4 Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.utils.ext;

public interface Fun4 {
    R run(T1 t1, T2 t2, T3 t3, T4 t4);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy