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

com.github.markozajc.ef.biconsumer.except.all.AEObjIntConsumer Maven / Gradle / Ivy

package com.github.markozajc.ef.biconsumer.except.all;

import java.util.function.ObjIntConsumer;

import com.github.markozajc.ef.biconsumer.except.EObjIntConsumer;

/**
 * Variant of {@link ObjIntConsumer} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the operation
 */
@FunctionalInterface
public interface AEObjIntConsumer extends EObjIntConsumer {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy