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

com.xqbase.util.function.RunnableEx Maven / Gradle / Ivy

There is a newer version: 0.2.18
Show newest version
package com.xqbase.util.function;

public interface RunnableEx {
	public void run() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy