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