![JAR search and dependency download from the Maven repository](/logo.png)
co.pragmati.function.throwing.ThrowingSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of func-commons Show documentation
Show all versions of func-commons Show documentation
Java 8 common library with extended functions
The newest version!
package co.pragmati.function.throwing;
@FunctionalInterface
public interface ThrowingSupplier {
T get() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy