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

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

package com.transferwise.common.baseutils.function;

@FunctionalInterface
public interface ConsumerWithException {
	@SuppressWarnings("RedundantThrows")
	void accept(T t) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy