xdean.jex.extra.function.FuncE3 Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.function;
@FunctionalInterface
public interface FuncE3 {
R call(A a, B b, C c) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy