com.github.markozajc.ef.consumer.execpt.all.AEConsumer Maven / Gradle / Ivy
package com.github.markozajc.ef.consumer.execpt.all;
import java.util.function.Consumer;
import com.github.markozajc.ef.consumer.execpt.EConsumer;
/**
* Variant of {@link Consumer} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the input to the operation
*/
@FunctionalInterface
public interface AEConsumer extends EConsumer {}