xdean.jex.extra.function.FuncE1 Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.function;
@FunctionalInterface
public interface FuncE1 {
R call(T t) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy