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

io.github.oliviercailloux.jaris.throwing.GFunction Maven / Gradle / Ivy

package io.github.oliviercailloux.jaris.throwing;

import java.util.function.Function;

/**
 * Beta. Let’s see if this is useful.
 *
 * @param  the type of the input to the function
 * @param  the type of the result of the function
 */
@FunctionalInterface
@SuppressWarnings("checkstyle:AbbreviationAsWordInName")
interface GFunction extends Function, TFunction {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy