Class LambdaExceptionUtil
- java.lang.Object
-
- tools.mdsd.cdo.debug.variablesview.LambdaExceptionUtil
-
public class LambdaExceptionUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LambdaExceptionUtil.FunctionWithException<T,R,E extends Exception>
static interface
LambdaExceptionUtil.IntFunctionWithException<R,E extends Exception>
-
Constructor Summary
Constructors Constructor Description LambdaExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,R,E extends Exception>
Function<T,R>wrapFn(LambdaExceptionUtil.FunctionWithException<T,R,E> wrappable)
static <R,E extends Exception>
IntFunction<R>wrapIntFn(LambdaExceptionUtil.IntFunctionWithException<R,E> wrappable)
-
-
-
Method Detail
-
wrapFn
public static <T,R,E extends Exception> Function<T,R> wrapFn(LambdaExceptionUtil.FunctionWithException<T,R,E> wrappable)
-
wrapIntFn
public static <R,E extends Exception> IntFunction<R> wrapIntFn(LambdaExceptionUtil.IntFunctionWithException<R,E> wrappable)
-
-