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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy