| Package | Description |
|---|---|
| de.team33.libs.exceptional.v4.functional |
| Modifier and Type | Method and Description |
|---|---|
<T,R> Function<T,R> |
Converter.function(XFunction<T,R,?> xFunction)
|
static <T,R> Function<T,R> |
Conversion.function(XFunction<T,R,?> xFunction)
Wraps an
XFunction that may throw a checked exception as Function that,
when executed, wraps any occurring checked exception as WrappedException. |
Copyright © 2021. All rights reserved.