com.github.markozajc.ef.function.except.all.AELongFunction Maven / Gradle / Ivy
package com.github.markozajc.ef.function.except.all;
import java.util.function.LongFunction;
import com.github.markozajc.ef.function.except.ELongFunction;
/**
* Variant of {@link LongFunction} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the result of the function
*/
@FunctionalInterface
public interface AELongFunction extends ELongFunction {}