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

com.github.kdvolder.util.RunnableWithException Maven / Gradle / Ivy

package com.github.kdvolder.util;

@FunctionalInterface
public interface RunnableWithException {
	void run() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy