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

org.lambda.functions.Function0WithException Maven / Gradle / Ivy

The newest version!
package org.lambda.functions;

/**
  * Findable name for java.util.function.Supplier that allows exceptions
  **/
public interface Function0WithException
{
  public Out call() throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy