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

no.finn.lambdacompanion.ThrowingBiFunction Maven / Gradle / Ivy

There is a newer version: 0.27
Show newest version
package no.finn.lambdacompanion;

@FunctionalInterface
public interface ThrowingBiFunction {

    S apply(T t, R r) throws E;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy