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