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

com.transferwise.common.baseutils.function.RunnableWithException Maven / Gradle / Ivy

package com.transferwise.common.baseutils.function;

@FunctionalInterface
public interface RunnableWithException {
	void run() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy