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

io.github.cwdesautels.function.CheckedFunction Maven / Gradle / Ivy

package io.github.cwdesautels.function;

@FunctionalInterface
public interface CheckedFunction {
    O apply(I input) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy