| Modifier and Type | Method and Description |
|---|---|
<T,U,R> BiFunction<T,U,R> |
Converter.biFunction(XBiFunction<T,U,R,?> xBiFunction)
Converts an
XBiFunction that may throw a checked exception to a 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)
Converts an
XBiFunction that may throw a checked exception to a BiFunction that,
when executed, wraps any occurring checked exception as a WrappedException. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.