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

com.fitbur.failsafe.function.CheckedRunnable Maven / Gradle / Ivy

The newest version!
package com.fitbur.failsafe.function;

/**
 * A Runnable that throws checked exceptions.
 * 
 * @author Jonathan Halterman
 */
public interface CheckedRunnable {
  void run() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy