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

com.terapico.caf.ThrowingFunction Maven / Gradle / Ivy

The newest version!
package com.terapico.caf;

@FunctionalInterface
public interface ThrowingFunction {
    R apply(T t) throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy