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

redis.embedded.util.CheckedRunnable Maven / Gradle / Ivy

package redis.embedded.util;

public interface CheckedRunnable {

    void run() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy