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

net.javapla.chains.function.ThrowingFunction Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package net.javapla.chains.function;


//P = paramater
//R = return value
public interface ThrowingFunction {

    R apply(P p) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy