com.gtihub.awsjavakit.attempt.FunctionWithException Maven / Gradle / Ivy
package com.gtihub.awsjavakit.attempt;
@FunctionalInterface
public interface FunctionWithException {
R apply(T t) throws E;
}
package com.gtihub.awsjavakit.attempt;
@FunctionalInterface
public interface FunctionWithException {
R apply(T t) throws E;
}