Uses of Interface
org.bsc.maven.plugin.libutils.ThrowingFunction
-
-
Uses of ThrowingFunction in org.bsc.maven.plugin.libutils
Methods in org.bsc.maven.plugin.libutils with parameters of type ThrowingFunction Modifier and Type Method Description static <T,R,E extends Throwable>
java.util.function.Function<T,R>ThrowingFunction. unchecked(ThrowingFunction<T,R,E> f)
-