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