com.transferwise.common.baseutils.function.RunnableWithException Maven / Gradle / Ivy
package com.transferwise.common.baseutils.function;
@FunctionalInterface
public interface RunnableWithException {
void run() throws Exception;
}
package com.transferwise.common.baseutils.function;
@FunctionalInterface
public interface RunnableWithException {
void run() throws Exception;
}