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

com.github.leeonky.util.ThrowingRunnable Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.util;

@FunctionalInterface
public interface ThrowingRunnable {
    void run() throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy