Uses of Interface
de.team33.patterns.exceptional.dione.XBiPredicate
-
Uses of XBiPredicate in de.team33.patterns.exceptional.dione
Methods in de.team33.patterns.exceptional.dione with parameters of type XBiPredicateModifier and TypeMethodDescriptionstatic <T,U> BiPredicate<T, U> Conversion.biPredicate(XBiPredicate<? super T, ? super U, ?> xBiPredicate) Converts anXBiPredicatethat may throw a checked exception to aBiPredicatethat, when executed, wraps any occurring checked exception as aWrappedException.final <T,U> BiPredicate<T, U> Converter.biPredicate(XBiPredicate<? super T, ? super U, ?> xBiPredicate) Converts anXBiPredicatethat may throw a checked exception to aBiPredicatethat, when executed, wraps any occurring checked exception as a specific unchecked exception.