com.github.markozajc.ef.consumer.execpt.all.AEIntConsumer Maven / Gradle / Ivy
package com.github.markozajc.ef.consumer.execpt.all;
import java.util.function.Consumer;
import com.github.markozajc.ef.consumer.execpt.EIntConsumer;
/**
* Variant of {@link Consumer} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*/
@FunctionalInterface
public interface AEIntConsumer extends EIntConsumer {}