Package | Description |
---|---|
net.datenwerke.rs.utils.exception.shared |
Modifier and Type | Method and Description |
---|---|
static <T,E extends java.lang.Exception> |
LambdaExceptionUtil.rethrowConsumer(LambdaExceptionUtil.Consumer_WithExceptions<T,E> consumer)
.forEach(rethrowConsumer(name -
>System.out.println(Class.forName(name)))); or
.forEach(rethrowConsumer(ClassNameUtil::println));
|