| Modifier and Type | Method and Description |
|---|---|
<R> R |
Converter.get(XSupplier<R,?> xSupplier)
Returns the result of a given
XSupplier and wraps any checked exception that may occur as a
specific unchecked exception. |
static <R> R |
Conversion.get(XSupplier<R,?> xSupplier)
Returns the result of a given
XSupplier and wraps any checked exception that may occur as a
WrappedException. |
<R> Optional<R> |
Ignoring.get(XSupplier<R,X> supplier)
Returns the result of running a given
XSupplier ignoring an exception that may occur. |
<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 as a WrappedException. |
Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.