| Modifier and Type | Method and Description |
|---|---|
<T,R> Function<T,R> |
Converter.function(XFunction<T,R,?> xFunction)
Deprecated.
|
static <T,R> Function<T,R> |
Conversion.function(XFunction<T,R,?> xFunction)
Deprecated.
Converts an
XFunction that may throw a checked exception to a Function that,
when executed, wraps any occurring checked exception in a WrappedException. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.