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

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 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy