![JAR search and dependency download from the Maven repository](/logo.png)
com.sproutsocial.metrics.CheckedRunnable Maven / Gradle / Ivy
package com.sproutsocial.metrics;
/**
* Created on 11/9/15
*
* Runnable that can throw an exception
*/
@FunctionalInterface
public interface CheckedRunnable {
void run() throws T;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy