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

com.github.kdvolder.util.FunctionWithException Maven / Gradle / Ivy

package com.github.kdvolder.util;

@FunctionalInterface
public interface FunctionWithException {
	R apply(A a) throws Exception; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy