Package | Description |
---|---|
net.datenwerke.rs.utils.exception.shared |
Modifier and Type | Method and Description |
---|---|
static <T,E extends java.lang.Exception> |
LambdaExceptionUtil.rethrowSupplier(LambdaExceptionUtil.Supplier_WithExceptions<T,E> function)
rethrowSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114,
107}, "UTF-8"))),
|
static <R,E extends java.lang.Exception> |
LambdaExceptionUtil.uncheck(LambdaExceptionUtil.Supplier_WithExceptions<R,E> supplier)
uncheck(() -> Class.forName("xxx"));
|