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

com.sproutsocial.metrics.ThrowableCallable Maven / Gradle / Ivy

package com.sproutsocial.metrics;

/**
 * Created on 1/20/16
 * a version of {@link java.util.concurrent.Callable}
 * that throws {@link Throwable}.
 *
 * Package scoped, used in AOP module
 */
/* package */ interface ThrowableCallable {
    T call() throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy