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

org.guppy4j.exceptions.FunctionToTry Maven / Gradle / Ivy

The newest version!
package org.guppy4j.exceptions;

/**
 * A function that can throw exceptions of type E
 */
public interface FunctionToTry {

    R apply(P parameter) throws E;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy