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

io.github.cwdesautels.function.CheckedRunnable Maven / Gradle / Ivy

package io.github.cwdesautels.function;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy