| Modifier and Type | Method and Description |
|---|---|
<T> Predicate<T> |
Converter.predicate(XPredicate<T,?> xPredicate)
Converts an
XPredicate that may throw a checked exception to a Predicate that,
when executed, wraps any occurring checked exception as a specific unchecked exception. |
static <T> Predicate<T> |
Conversion.predicate(XPredicate<T,?> xPredicate)
Converts an
XPredicate that may throw a checked exception to a Predicate that,
when executed, wraps any occurring checked exception as a WrappedException. |
Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.