Package org.bsc.maven.plugin.libutils
Interface ThrowingFunction<T,R,E extends Throwable>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ThrowingFunction<T,R,E extends Throwable>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t)
static <T,R,E extends Throwable>
java.util.function.Function<T,R>unchecked(ThrowingFunction<T,R,E> f)
-
-
-
Method Detail
-
unchecked
static <T,R,E extends Throwable> java.util.function.Function<T,R> unchecked(ThrowingFunction<T,R,E> f)
-
-