![JAR search and dependency download from the Maven repository](/logo.png)
no.finn.lambdacompanion.ThrowingFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-companion Show documentation
Show all versions of lambda-companion Show documentation
Functional structures and utilities for Java 8 and lambdas
package no.finn.lambdacompanion;
@FunctionalInterface
public interface ThrowingFunction {
R apply(T t) throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy