| Package | Description |
|---|---|
| de.team33.libs.exceptional.v4.functional |
| Modifier and Type | Method and Description |
|---|---|
<T,U> BiConsumer<T,U> |
Converter.biConsumer(XBiConsumer<T,U,?> xBiConsumer)
Wraps an
XBiConsumer that may throw a checked exception as BiConsumer that,
when executed, wraps any occurring checked exception as specific unchecked exception. |
static <T,U> BiConsumer<T,U> |
Conversion.biConsumer(XBiConsumer<T,U,?> xBiConsumer)
Wraps an
XBiConsumer that may throw a checked exception as BiConsumer that,
when executed, wraps any occurring checked exception as WrappedException. |
Copyright © 2021. All rights reserved.