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

gate.stream.CheckedRunnable Maven / Gradle / Ivy

There is a newer version: 12.3.1
Show newest version
package gate.stream;

@FunctionalInterface
public interface CheckedRunnable
{

	public void run() throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy