| Modifier and Type | Method and Description |
|---|---|
<T,U> BiPredicate<T,U> |
Converter.biPredicate(XBiPredicate<T,U,?> xBiPredicate)
Converts an
XBiPredicate that may throw a checked exception to a 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)
Converts an
XBiPredicate that may throw a checked exception to a BiPredicate that,
when executed, wraps any occurring checked exception as a WrappedException. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.