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

au.net.causal.maven.plugins.boxdb.ExceptionalSupplier Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package au.net.causal.maven.plugins.boxdb;

public interface ExceptionalSupplier
{
	public T get()
	throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy