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

com.github.markozajc.ef.bifunction.except.all.AEObjIntFunction Maven / Gradle / Ivy

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

import com.github.markozajc.ef.bifunction.ObjIntFunction;
import com.github.markozajc.ef.bifunction.except.EObjIntFunction;

/**
 * Variant of {@link ObjIntFunction} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the function
 * @param 
 *            the type of the result of the function
 */
@FunctionalInterface
public interface AEObjIntFunction extends EObjIntFunction {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy