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