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

org.codefilarete.tool.function.ThrowingRunnable Maven / Gradle / Ivy

package org.codefilarete.tool.function;

/**
 * @author Guillaume Mary
 */
@FunctionalInterface
public interface ThrowingRunnable {
	
	/**
	 * Executes some throwing code
	 */
	void run() throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy