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

com.github.markozajc.ef.function.except.all.AEShortFunction Maven / Gradle / Ivy

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

import com.github.markozajc.ef.function.ShortFunction;
import com.github.markozajc.ef.function.except.EShortFunction;

/**
 * Variant of {@link ShortFunction} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the result of the function
 */
@FunctionalInterface
public interface AEShortFunction extends EShortFunction {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy