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

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