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

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