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