| Modifier and Type | Method and Description |
|---|---|
<R> Supplier<R> |
Converter.supplier(XSupplier<R,?> xSupplier)
|
static <R> Supplier<R> |
Conversion.supplier(XSupplier<R,?> xSupplier)
Converts an
XSupplier that may throw a checked exception to a Supplier that,
when executed, wraps any occurring checked exception in a WrappedException. |
Copyright © 2021 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.