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

com.gtihub.awsjavakit.attempt.FunctionWithException Maven / Gradle / Ivy

There is a newer version: 0.19.3
Show newest version
package com.gtihub.awsjavakit.attempt;

@FunctionalInterface
public interface FunctionWithException {

  R apply(T t) throws E;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy