![JAR search and dependency download from the Maven repository](/logo.png)
xdean.jex.extra.function.FuncE0 Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.function;
import java.util.concurrent.Callable;
@FunctionalInterface
public interface FuncE0 extends Callable {
@Override
R call() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy