com.github.markozajc.ef.bifunction.except.all.AEObjShortFunction Maven / Gradle / Ivy
package com.github.markozajc.ef.bifunction.except.all;
import com.github.markozajc.ef.bifunction.ObjShortFunction;
import com.github.markozajc.ef.bifunction.except.EObjShortFunction;
/**
* Variant of {@link ObjShortFunction} 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 AEObjShortFunction extends EObjShortFunction {}