Package | Description |
---|---|
net.datenwerke.rs.utils.exception.shared |
Modifier and Type | Method and Description |
---|---|
static <T,R,E extends java.lang.Exception> |
LambdaExceptionUtil.rethrowFunction(LambdaExceptionUtil.Function_WithExceptions<T,R,E> function)
.map(rethrowFunction(name - > Class.forName(name))) or
.map(rethrowFunction(Class::forName))
|
static <T,R,E extends java.lang.Exception> |
LambdaExceptionUtil.uncheck(LambdaExceptionUtil.Function_WithExceptions<T,R,E> function,
T t)
uncheck(Class::forName, "xxx");
|