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

com.tukeof.common.function.ThrowableFunction Maven / Gradle / Ivy

The newest version!
package com.tukeof.common.function;

@FunctionalInterface
public interface ThrowableFunction {
    R apply(T v) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy