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

com.gitlab.tixtix320.kiwi.function.CheckedRunnable Maven / Gradle / Ivy

There is a newer version: 0.5.4
Show newest version
package com.gitlab.tixtix320.kiwi.function;

public interface CheckedRunnable {

	void run() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy